Skip to content

Commit

Permalink
fix: Add gitignore & deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loskael committed Jun 27, 2018
1 parent de0bc64 commit e84794e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"bugs": {
"url": "https://github.com/FE-star/exercise6/issues"
},
"homepage": "https://github.com/FE-star/exercise6#readme"
"homepage": "https://github.com/FE-star/exercise6#readme",
"devDependencies": {
"mocha": "^5.2.0"
}
}

0 comments on commit e84794e

Please sign in to comment.