mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 20:38:35 +00:00
test / run eslint to work @ windows too
This commit is contained in:
parent
c50b3f0603
commit
3c87d3a8df
2 changed files with 291 additions and 291 deletions
578
package-lock.json
generated
578
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -3,8 +3,8 @@
|
|||
"version": "0.4.3",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "./node_modules/tape/bin/tape test",
|
||||
"eslint": "./node_modules/eslint/bin/eslint.js ."
|
||||
"test": "./node_modules/.bin/tape test",
|
||||
"eslint": "./node_modules/.bin/eslint ."
|
||||
},
|
||||
"repository": {
|
||||
"url": "git@github.com:PDMLab/docker-compose.git"
|
||||
|
|
|
|||
Loading…
Reference in a new issue