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 26c44a1 commit ef2d168Copy full SHA for ef2d168
package.json
@@ -7,7 +7,7 @@
7
"build": "tslint -p . && rm -rf lib/ && tsc",
8
"test": "mocha -r ts-node/register --recursive \"./src/**/__tests__/*\"",
9
"test-watch": "mocha -r ts-node/register --recursive \"./src/**/__tests__/*\" --watch --watch-extensions ts,tsx",
10
- "prepublish": "npm run build && npm run test"
+ "prepare": "npm run build && npm run test"
11
},
12
"typings": "lib/index.d.ts",
13
"repository": {
@@ -24,4 +24,4 @@
24
"tslint": "5.8.0",
25
"typescript": "2.6.2"
26
}
27
-}
+}
0 commit comments