Skip to content

Commit 9f0f23a

Browse files
author
Kamil Kisiela
committed
chore: add cross-env and change order od deps
1 parent 2abfce6 commit 9f0f23a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
}
2020
],
2121
"scripts": {
22-
"build": "NODE_ENV=production webpack --config webpack.config.js --colors --progress",
23-
"start": "NODE_ENV=development webpack-dev-server --colors --progress",
22+
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --colors --progress",
23+
"start": "cross-env NODE_ENV=development webpack-dev-server --colors --progress",
2424
"add-example": "npm run build && git commit -am 'Adding example' && git push && npm run deploy",
2525
"deploy": "grunt deploy"
2626
},
@@ -29,18 +29,19 @@
2929
"angular": "^1.3.10",
3030
"angular-aria": "^1.3.10",
3131
"angular-formly": "^6.1.0",
32-
"angular-highlightjs": "^0.4.1",
32+
"highlight.js": "^8.4.0",
33+
"angular-highlightjs": "0.4.1",
3334
"angular-ui-router": "^0.2.13",
3435
"angulartics": "^0.17.2",
3536
"api-check": "^7.0.0",
36-
"bootstrap": "^3.3.2",
37-
"highlight.js": "^8.4.0"
37+
"bootstrap": "^3.3.2"
3838
},
3939
"devDependencies": {
4040
"angular-animate": "^1.3.11",
4141
"autoprefixer-core": "^5.1.7",
4242
"babel-core": "^4.4.6",
4343
"babel-loader": "^4.0.0",
44+
"cross-env": "^1.0.7",
4445
"css-loader": "^0.9.1",
4546
"csswring": "^3.0.2",
4647
"deep-extend": "^0.3.2",
@@ -55,7 +56,7 @@
5556
"lodash": "^2.4.1",
5657
"markdown-loader": "^0.1.2",
5758
"ng-annotate": "^0.15.1",
58-
"ng-annotate-loader": "0.0.2",
59+
"ng-annotate-loader": "^0.0.2",
5960
"postcss": "^4.0.6",
6061
"postcss-loader": "^0.3.0",
6162
"postcss-nested": "^0.2.2",

0 commit comments

Comments
 (0)