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 589b203 commit 1c493bcCopy full SHA for 1c493bc
.travis.yml
@@ -1,5 +1,4 @@
1
dist: xenial
2
language: node_js
3
node_js: 'lts/*'
4
-before_script: which node
5
script: yarn test -i --ci
bin/wsrun renamed to bin/wsrun.js
package.json
@@ -24,7 +24,7 @@
24
]
25
},
26
"bin": {
27
- "wsrun": "./bin/wsrun"
+ "wsrun": "./bin/wsrun.js"
28
29
"files": [
30
"build/"
0 commit comments