Skip to content

Commit 1c493bc

Browse files
committed
try bin with extension
1 parent 589b203 commit 1c493bc

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
dist: xenial
22
language: node_js
33
node_js: 'lts/*'
4-
before_script: which node
54
script: yarn test -i --ci
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"bin": {
27-
"wsrun": "./bin/wsrun"
27+
"wsrun": "./bin/wsrun.js"
2828
},
2929
"files": [
3030
"build/"

0 commit comments

Comments
 (0)