We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7de9ea commit 1c0ea1eCopy full SHA for 1c0ea1e
.travis.yml
@@ -1,13 +1,13 @@
1
language: node_js
2
node_js:
3
- - '4'
4
- '6'
5
- '7'
6
7
before_script:
8
- npm run build
9
- npm link
10
- npm link babel-plugin-lightscript
+ - npm run build
11
12
notifications:
13
email: false
package.json
@@ -10,7 +10,7 @@
"test": "mocha test",
"test:debug": "node --inspect --debug-brk mocha test",
"build": "babel src --out-dir .",
- "prepublish": "npm run build && npm test"
+ "preversion": "npm run build && npm test"
14
},
15
"author": "Alex Rattray <rattray.alex@gmail.com> (http://alexrattray.com/)",
16
"homepage": "http://lightscript.org/",
0 commit comments