Skip to content

Commit 619f4e5

Browse files
authored
Remove unused pika package (#280)
* Remove unused pika package * Add unpkg field to package.json
1 parent 2837e82 commit 619f4e5

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

package-lock.json

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"esbuild": "^0.17.19",
3030
"glob": "^10.2.6",
3131
"jest": "^29.0.0",
32-
"pika-plugin-unpkg-field": "^1.0.1",
3332
"prettier": "2.8.8",
3433
"ts-jest": "^29.0.0",
3534
"typescript": "^5.0.0"

scripts/build.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ async function main() {
7979
types: "dist-types/index.d.ts",
8080
module: "dist-src/index.js",
8181
sideEffects: false,
82+
unpkg: "dist-web/index.js"
8283
},
8384
null,
8485
2

0 commit comments

Comments
 (0)