making moment an optionalDependency. laying groundwork for #5

This commit is contained in:
Jason Salzman
2017-05-22 04:34:28 -07:00
parent 49ba1238a1
commit 9633e387b6
3 changed files with 94 additions and 92 deletions
+2 -2
View File
@@ -91,7 +91,7 @@
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"dependencies": {
"optionalDependencies": {
"moment": "^2.18.1"
},
"scripts": {
@@ -102,4 +102,4 @@
"prepublish": "npm run build",
"codecov": "cat coverage/*/lcov.info | ./node_modules/codecov/bin/codecov"
}
}
}