Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 915080d

Browse files
committed
Travis Update
1 parent e2a21c6 commit 915080d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- "6"
9+
- "8"
1010
before_install:
1111
- npm i -g npm@^2.0.0
1212
before_script:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dev-lite": "rollup -c rollup.config.lite.js -w",
2323
"lint": "eslint --fix src",
2424
"test": "npm run lint && ava --verbose",
25-
"prepublish": "npm run prepare && npm run test && npm run doc && npm run doc-md",
25+
"prepublishOnly": "npm run prepare && npm run test && npm run doc && npm run doc-md",
2626
"doc": "jsdoc --tutorials guide_notes --readme README.md --configure jsdoc.json --verbose",
2727
"doc-md": "jsdoc2md src/** > API.md"
2828
},

0 commit comments

Comments
 (0)