forcing gitignore to be included in the repo

This commit is contained in:
Jason Salzman
2017-05-22 04:40:20 -07:00
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
node_modules
.sass-cache
npm-debug.log
.idea
dist
lib
tmp
coverage
0.md
+1 -1
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.9",
"version": "0.1.0",
"license": "MIT",
"homepage": "https://github.com/jasonsalzman/react-add-to-calendar",
"repository": {