We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98066d1 commit 772302bCopy full SHA for 772302b
package.json
@@ -21,7 +21,9 @@
21
"test": "ava -v test/**/*.js",
22
"build": "rimraf dist transpile && tsc -p tsconfig.json & wait",
23
"postbuild": "rollup --config rollup.config.js",
24
- "lint": "tslint -c tslint.json -p tsconfig.json"
+ "lint": "tslint -c tslint.json -p tsconfig.json",
25
+ "release": "np",
26
+ "prepublishOnly": "npm run build"
27
},
28
"peerDependencies": {
29
"rollup": ">= 0.67.4"
@@ -42,6 +44,7 @@
42
44
"builtins": "2.0.0",
43
45
"husky": "1.3.1",
46
"lint-staged": "8.1.5",
47
+ "np": "4.0.2",
48
"prettier": "1.17.0",
49
"rimraf": "2.6.3",
50
"rollup": "0.67.4",
@@ -50,9 +53,7 @@
53
"typescript": "3.4.3"
51
54
52
55
"files": [
- "dist/index.d.ts",
- "dist/index.js",
- "dist/index.mjs"
56
+ "dist"
57
],
58
"lint-staged": {
59
"*.ts": [
0 commit comments