There was an error while loading. Please reload this page.
1 parent 4e1c4c3 commit fbdeb31Copy full SHA for fbdeb31
1 file changed
package.json
@@ -39,6 +39,7 @@
39
"mkdirp": "^0.5.1",
40
"mocha": "^3.1.2",
41
"os-tmpdir": "^1.0.1",
42
+ "pkg-ok": "^1.0.1",
43
"rimraf": "^2.5.2",
44
"server-ready": "^0.3.1",
45
"standard": "^8.3.0",
@@ -53,7 +54,7 @@
53
54
"prepush": "npm t",
55
"build": "babel src -d lib --copy-files",
56
"toc": "markdown-toc -i README.md",
- "prepublish": "npm run build"
57
+ "prepublish": "npm run build && pkg-ok"
58
},
59
"repository": {
60
"type": "git",
0 commit comments