Skip to content

Commit

Permalink
Added package-lock to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Jun 24, 2019
1 parent 0f537de commit fbd99e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -4,5 +4,5 @@ npm-debug.log
*.swp
docs
.DS_Store

package-lock.json
test/config.json
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,8 +13,8 @@
],
"scripts": {
"test": "vows --spec test/auth/index.js",
"lib": "./node_modules/coffee-script/bin/cake lib",
"watch": "./node_modules/coffee-script/bin/cake watch"
"lib": "./node_modules/coffeescript/bin/cake lib",
"watch": "./node_modules/coffeescript/bin/cake watch"
},
"dependencies": {
"bluebird": "^3.5.0",
Expand Down

0 comments on commit fbd99e6

Please sign in to comment.