Skip to content

Commit b4461ad

Browse files
committed
feat: reduce package size
cleaned up packaging step and removed sourcemaps
1 parent fc81cf6 commit b4461ad

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"unpkg": "dist/index.umd.js",
99
"types": "dist/index.d.ts",
1010
"scripts": {
11-
"build": "microbundle",
12-
"dev": "microbundle watch",
13-
"prepare": "npm run build",
11+
"build": "microbundle --no-sourcemap",
12+
"dev": "microbundle watch --no-sourcemap",
13+
"prepack": "npm run build",
1414
"test": "npm run build && node test/index.test.js"
1515
},
1616
"files": [
@@ -21,9 +21,10 @@
2121
"url": "git+https://github.com/CompactJS/limit.git"
2222
},
2323
"keywords": [
24-
"javascript"
24+
"limit",
25+
"numbers"
2526
],
26-
"author": "Timo Bechtel <timo@bechtel.solutions>",
27+
"author": "Timo Bechtel",
2728
"license": "MIT",
2829
"bugs": {
2930
"url": "https://github.com/CompactJS/limit/issues"

0 commit comments

Comments
 (0)