test / run eslint to work @ windows too

This commit is contained in:
Ignatiev Mikhail 2018-06-16 12:15:43 +03:00
parent c50b3f0603
commit 3c87d3a8df
2 changed files with 291 additions and 291 deletions

578
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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"