Skip to content

Commit

Permalink
Fix Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed May 7, 2019
1 parent 68f77ca commit fca21d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js

node_js:
- "12"
- "10"
- "8"
- "7"
- "6"
- "4"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"tsc": "tsc",
"rollup": "rollup",
"prepublish": "(node src/checkver.js ge 5.0.0 && tsc -m es6 --outdir dist/esm -p src && rollup -c) || tsc -p src",
"prepublish": "tsc -p src && (node src/checkver.js lt 5.0.0 || (tsc -p src -m es6 --outdir dist/esm && rollup -c))",
"test": "tsc -p test && node test/test.js"
},
"author": "Juha Järvi",
Expand Down

0 comments on commit fca21d3

Please sign in to comment.