1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Moment is a proper dependency.

This commit is contained in:
Drew Larson 2017-01-01 17:25:22 -06:00
parent 3f92f2a03f
commit 26e4c31a60

View File

@ -10,6 +10,9 @@
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": {
"moment": "^2.13.0"
},
"devDependencies": { "devDependencies": {
"babel": "^6.5.2", "babel": "^6.5.2",
"babel-core": "^6.9.1", "babel-core": "^6.9.1",
@ -23,7 +26,6 @@
"i": "^0.3.5", "i": "^0.3.5",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"material-ui": "^0.15.0", "material-ui": "^0.15.0",
"moment": "^2.13.0",
"node-sass": "^3.4.2", "node-sass": "^3.4.2",
"normalize.css": "^4.1.1", "normalize.css": "^4.1.1",
"postcss-loader": "^0.9.1", "postcss-loader": "^0.9.1",