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
+1 -1
View File
@@ -17,7 +17,7 @@ The package can be installed via NPM:
npm install react-add-to-calendar --save
```
Youll need to install React separately since it's not included in the package. Below is a simple example on how to use the Add to Calendar button in a React view.
Youll need to install React and Moment separately since they are not included in the package. Below is a simple example on how to use the Add to Calendar button in a React view.
```js
var React = require('react');