mirror of
https://github.com/encounter/react-add-to-calendar.git
synced 2026-07-10 21:18:44 -07:00
making moment an optionalDependency. laying groundwork for #5
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user