Skip to content

Commit

Permalink
Merge da4cdb2 into 65d099a
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Jul 25, 2017
2 parents 65d099a + da4cdb2 commit f78daee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cache:
- node_modules

install:
- npm i -g npm@latest
- npm i -g npm@4.5.X
- npm install

after_script:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"lint": "jshint ./src/**/*.js test/*.js",
"test": "npm run lint && faucet test/*.js $@",
"tap": "tape test/*.js",
"tape": "tape",
"cover": "istanbul cover --dir reports/coverage tape \"test/*.js\"",
"coveralls": "istanbul cover tape \"test/*.js\" --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"serve": "http-server",
Expand All @@ -28,7 +28,7 @@
"acorn": "4.X",
"convert-source-map": "1.X",
"css": "2.X",
"debug-fabulous": "0.1.X",
"debug-fabulous": ">=0.1.1",
"detect-newline": "2.X",
"graceful-fs": "4.X",
"source-map": "0.X",
Expand Down

0 comments on commit f78daee

Please sign in to comment.