Skip to content

Commit

Permalink
Update unpkg config for data and style packages
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Oct 10, 2024
1 parent ed5ea88 commit b41e502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"license": "ISC",
"author": "Christopher J Green <[email protected]> (https://github.com/okaycj)",
"main": "dist/index.js",
"unpkg": "dist/index.browser.min.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rollup --config",
Expand Down
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "ISC",
"author": "",
"main": "css/index.scss",
"unpkg": "css/index.css",
"unpkg": "src/index.css",
"files": [
"dist",
"src",
Expand Down

0 comments on commit b41e502

Please sign in to comment.