There was an error while loading. Please reload this page.
1 parent 8589279 commit 348a647Copy full SHA for 348a647
package.json
@@ -16,7 +16,8 @@
16
"test-ts-defs": "tsc --target ES5 index.d.ts",
17
"test": "builder concurrent --buffer eslint tslint test-ts-usage test-ts-defs test-node-cov test-browser",
18
"compress": "terser --compress --mangle=\"toplevel:true\" -- index.js",
19
- "size-min-gz": "yarn -s compress | gzip -9 | wc -c"
+ "size-min-gz": "yarn -s compress | gzip -9 | wc -c",
20
+ "changeset": "changeset"
21
},
22
"repository": {
23
"type": "git",
@@ -102,4 +103,4 @@
102
103
"index.d.ts"
104
],
105
"types": "index.d.ts"
-}
106
+}
0 commit comments