removing gulpfile that got scooped into repo from automated commit and increasing base moment version

This commit is contained in:
Jason Salzman
2016-10-13 10:40:39 -07:00
parent e10ae8b934
commit f657a33107
4 changed files with 9 additions and 108 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"author": "Jason Salzman",
"name": "react-add-to-calendar",
"description": "A simple and reusable add to calendar button component for React",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"homepage": "https://github.com/jasonsalzman/react-add-to-calendar",
"repository": {
@@ -89,7 +89,7 @@
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"moment": "^2.13.0"
"moment": "^2.15.1"
},
"scripts": {
"build": "NODE_ENV=production grunt build",