Skip to content

Commit af67605

Browse files
committed
Use bash
1 parent 61c70c5 commit af67605

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"css-loader": "^0.23.1",
4848
"debug": "^2.2.0",
4949
"del": "^2.2.1",
50-
"eslint": "^3.1.0",
50+
"eslint": "^3.1.1",
5151
"eslint-config-airbnb": "^9.0.1",
5252
"eslint-import-resolver-babel-module-alias": "^1.4.2",
53-
"eslint-import-resolver-webpack": "^0.3.2",
53+
"eslint-import-resolver-webpack": "^0.4.0",
5454
"eslint-loader": "^1.4.1",
55-
"eslint-plugin-import": "^1.10.2",
55+
"eslint-plugin-import": "^1.11.0",
5656
"eslint-plugin-jsx-a11y": "^2.0.1",
5757
"eslint-plugin-mocha": "^4.0.0",
5858
"eslint-plugin-react": "^5.2.2",
@@ -89,8 +89,8 @@
8989
"less": "^2.7.1",
9090
"less-loader": "^2.2.3",
9191
"lodash": "^4.13.1",
92-
"log4js": "^0.6.37",
93-
"marko": "^3.7.2",
92+
"log4js": "^0.6.38",
93+
"marko": "^3.7.4",
9494
"node-sass": "^3.8.0",
9595
"nodemon": "^1.9.2",
9696
"pm2": "^1.1.3",
@@ -99,7 +99,7 @@
9999
"react": "^15.2.1",
100100
"react-dom": "^15.2.1",
101101
"react-redux": "^4.4.5",
102-
"react-router": "^2.5.2",
102+
"react-router": "^2.6.0",
103103
"react-router-redux": "^4.0.5",
104104
"recompose": "^0.20.2",
105105
"redial": "^0.4.2",
@@ -125,15 +125,15 @@
125125
"why-did-you-update": "0.0.8"
126126
},
127127
"scripts": {
128-
"start": "sh scripts/start.sh",
129-
"debug": "sh scripts/debug.sh",
130-
"dev": "sh scripts/dev.sh",
131-
"build": "sh scripts/build.sh",
132-
"postinstall": "sh scripts/postinstall.sh",
133-
"test": "sh scripts/test.sh",
134-
"test:watch": "sh scripts/test-watch.sh",
135-
"test:coverage": "sh scripts/test-coverage.sh",
136-
"test:lint": "sh scripts/test-lint.sh",
128+
"start": "./scripts/start",
129+
"debug": "./scripts/debug",
130+
"dev": "./scripts/dev",
131+
"build": "./scripts/build",
132+
"postinstall": "./scripts/postinstall",
133+
"test": "./scripts/test",
134+
"test:watch": "./scripts/test-watch",
135+
"test:coverage": "./scripts/test-coverage",
136+
"test:lint": "./scripts/test-lint",
137137
"flow:status": "flow status; test $? -eq 0 -o $? -eq 2",
138138
"flow:watch": "npm run flow:status && chokidar './app/**/*.js' './tests/**/*.js' -c 'npm run flow:status'",
139139
"flow:stop": "flow stop",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)