Skip to content

Commit

Permalink
use not-in-install
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0uch committed Aug 19, 2015
1 parent 7b5c14a commit f5b0220
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog


##### 1.0.4 (2015-08-19)
- Improvement: do not run `prepublish` script.
##### 1.0.5 (2015-08-19)
- Improvement: do not run `prepublish` script on install.


##### 1.0.3 (2015-08-18)
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fortune",
"description": "High-level I/O for web applications.",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"author": {
"email": "0x8890@airmail.cc",
Expand All @@ -23,8 +23,8 @@
"build:test": "mkdirp dist/test && babel test --out-dir dist/test",
"build:website": "babel-node website/build",
"lint": "eslint lib test website",
"preversion": "npm run clean && npm run build",
"postversion": "npm run deploy:website",
"prepublish": "not-in-install && npm run clean && npm run build",
"postpublish": "npm run deploy:website",
"test": "npm run lint && npm run test:server && npm run test:browser",
"test:server": "npm run build && node dist/test | tap-dot",
"test:browser": "browserify test/browser.js | tape-run -b firefox | tap-dot",
Expand Down Expand Up @@ -52,6 +52,7 @@
"highlight.js": "^8.7.0",
"html-minifier": "^0.7.2",
"http-server": "^0.8.0",
"in-publish": "^2.0.0",
"isparta": "^3.0.3",
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
Expand Down

0 comments on commit f5b0220

Please sign in to comment.