Skip to content

Commit

Permalink
lock babel-eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
ielgnaw committed Jan 16, 2017
1 parent 1c701d1 commit bc3ad4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node -x \"{cli,lib/css/rules}/*.js\" --captureExceptions test/",
"test": "npm run lint && npm run coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"postinstall": "node scripts/install.js"
"postinstall": "node scripts/install.js",
"coverage-single": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node -x \"{cli,lib/css/rules}/*.js\" --captureExceptions test/lib/util.spec.js"
},
"bin": {
"fecs": "./bin/fecs"
Expand Down Expand Up @@ -42,7 +43,7 @@
},
"homepage": "https://github.com/ecomfe/fecs",
"dependencies": {
"babel-eslint": "^6.1.2",
"babel-eslint": "6.1.2",
"chalk": "^1.1.1",
"csscomb": "^3.1.7",
"csshint": "stable",
Expand Down

0 comments on commit bc3ad4a

Please sign in to comment.