Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 7d36024

Browse files
committed
Updating Gruntfile.js
1 parent aa24e03 commit 7d36024

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

core/src/plugins/gui.ajax/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@
1313
"chart.js": "^1.0.2",
1414
"material-ui": "^0.7.5",
1515
"react": "0.13.3",
16-
"react-chartjs":"git://github.com/dehbmarques/react-chartjs.git#master",
16+
"react-chartjs": "git://github.com/dehbmarques/react-chartjs.git#master",
1717
"react-grid-layout": "^0.8.5",
1818
"react-infinite": "^0.3.4",
1919
"react-tap-event-plugin": "^0.1.7",
2020
"reactify": "^1.1.1",
21-
"react-select":"^0.6.5",
22-
"react-dnd":"^1.1.5",
23-
"lodash":"^3.10.1",
24-
"classnames":"~2.1.3"
21+
"react-select": "^0.6.5",
22+
"react-dnd": "^1.1.5",
23+
"lodash": "^3.10.1",
24+
"classnames": "~2.1.3"
2525
},
2626
"devDependencies": {
2727
"grunt-babel": "~5.0.3",
2828
"grunt-contrib-uglify": "~0.9.2",
2929
"grunt-contrib-watch": "~0.6.1",
30-
"grunt-browserify": "~4.0.1"
30+
"grunt-browserify": "~4.0.1",
31+
"grunt-env": "~0.4.4"
3132
}
3233
}

0 commit comments

Comments
 (0)