Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Dec 10, 2023
1 parent db58772 commit 6758034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "rollup-plugin-bundle-fonts",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"description": "Rollup plugin to download http fonts referenced in css files",
"main": "dist/rollup-plugin-bundle-fonts.cjs.js",
"module": "dist/rollup-plugin-bundle-fonts.es.js",
"exports":{
".":{
"exports": {
".": {
"default": "./dist/rollup-plugin-bundle-fonts.es.js",
"require": "./dist/rollup-plugin-bundle-fonts.cjs.js"
}
Expand Down

0 comments on commit 6758034

Please sign in to comment.