Skip to content

Commit

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


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


##### 1.0.3 (2015-08-18)
- Minor bugfix: do not mutate update object in the request payload.

Expand Down
6 changes: 3 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.3",
"version": "1.0.4",
"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",
"prepublish": "npm run clean && npm run test",
"postpublish": "npm run deploy:website",
"preversion": "npm run clean && npm run build",
"postversion": "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

0 comments on commit 7b5c14a

Please sign in to comment.