Skip to content

Commit

Permalink
Update unpkg config for data and style packages (#61)
Browse files Browse the repository at this point in the history
* Update unpkg config for data and style packages

* Add changeset file
  • Loading branch information
okaycj authored Oct 16, 2024
1 parent 496b62d commit 888be3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/shaggy-toes-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@lookit/style": patch
"@lookit/data": patch
---

Update to unpkg config
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 888be3d

Please sign in to comment.