Skip to content

Commit 52d1139

Browse files
committed
fix: eslint version
1 parent 39eebb0 commit 52d1139

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-setup",
33
"description": "A Universal React setup with i18n: Babel 6, Koa 2, React, React Router, React Transmit, React Bootstrap, React-intl, Mocha, Webpack HMR, PostCSS, ESLint.",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"author": "Duc Ng (https://github.com/ngduc)",
66
"license": "MIT",
77
"homepage": "https://github.com/ngduc/react-setup",
@@ -40,7 +40,7 @@
4040
"dev": "rm -rf ./dist && rm -rf ./static && node node_modules/concurrently/src/main --kill-others \"npm run watch-server-start\" \"npm run watch-server\" \"npm run watch-client\"",
4141
"test": "NODE_PATH=./src mocha --require ./tools/test/test-init --compilers js:babel-core/register ./src/**/*.spec.js --recursive",
4242
"test-cov": "NODE_PATH=./src babel-node $(npm bin)/isparta cover --verbose --report text --report html $(npm bin)/_mocha -- --require ./tools/test/test-init src/**/*.spec.js",
43-
"lint": "eslint src/**"
43+
"lint": "$(npm bin)/eslint src/**"
4444
},
4545
"dependencies": {
4646
"babel-polyfill": "6.7.2",
@@ -87,7 +87,7 @@
8787
"concurrently": "2.0.0",
8888
"copy-webpack-plugin": "^1.1.1",
8989
"css-loader": "^0.23.1",
90-
"eslint": "^2.4.0",
90+
"eslint": "2.2.0",
9191
"extract-text-webpack-plugin": "^1.0.1",
9292
"forever": "0.15.1",
9393
"glob": "^7.0.3",

0 commit comments

Comments
 (0)