We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc81cf6 commit b4461adCopy full SHA for b4461ad
1 file changed
package.json
@@ -8,9 +8,9 @@
8
"unpkg": "dist/index.umd.js",
9
"types": "dist/index.d.ts",
10
"scripts": {
11
- "build": "microbundle",
12
- "dev": "microbundle watch",
13
- "prepare": "npm run build",
+ "build": "microbundle --no-sourcemap",
+ "dev": "microbundle watch --no-sourcemap",
+ "prepack": "npm run build",
14
"test": "npm run build && node test/index.test.js"
15
},
16
"files": [
@@ -21,9 +21,10 @@
21
"url": "git+https://github.com/CompactJS/limit.git"
22
23
"keywords": [
24
- "javascript"
+ "limit",
25
+ "numbers"
26
],
- "author": "Timo Bechtel <timo@bechtel.solutions>",
27
+ "author": "Timo Bechtel",
28
"license": "MIT",
29
"bugs": {
30
"url": "https://github.com/CompactJS/limit/issues"
0 commit comments