Commit 9cc14d5a25b8ec20663d384e1eb2f80a8bd4167e

Authored by cwang
1 parent 7d4da490

add cross-env in UI to accommodate compilation in Windows

Showing 1 changed file with 3 additions and 2 deletions
1 1 {
2 2 "name": "thingsboard",
3 3 "private": true,
4   - "version": "1.2.1",
  4 + "version": "1.2.0",
5 5 "description": "Thingsboard UI",
6 6 "licenses": [
7 7 {
... ... @@ -11,7 +11,7 @@
11 11 ],
12 12 "scripts": {
13 13 "start": "babel-node --max_old_space_size=4096 server.js",
14   - "build": "NODE_ENV=production webpack -p"
  14 + "build": "cross-env NODE_ENV=production webpack -p"
15 15 },
16 16 "dependencies": {
17 17 "@flowjs/ng-flow": "^2.7.1",
... ... @@ -48,6 +48,7 @@
48 48 "canvas-gauges": "^2.0.9",
49 49 "clipboard": "^1.5.15",
50 50 "compass-sass-mixins": "^0.12.7",
  51 + "cross-env": "^3.2.4",
51 52 "flot": "git://github.com/flot/flot.git#0.9-work",
52 53 "font-awesome": "^4.6.3",
53 54 "javascript-detect-element-resize": "^0.5.3",
... ...