Skip to content

Commit

Permalink
Ignore package-lock.json and benchmark directory, bump moment version…
Browse files Browse the repository at this point in the history
… for security
  • Loading branch information
sqmk committed Nov 30, 2017
1 parent 7e67928 commit a65390a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/node_modules
/npm-debug.log
/npm-debug.log
/package-lock.json
/benchmark
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "huejay",
"version": "1.7.2",
"version": "1.7.3",
"description": "Philips Hue client for Node.js",
"keywords": [
"hue",
Expand All @@ -23,7 +23,7 @@
"test": "mocha"
},
"dependencies": {
"moment": "~2.19.2",
"moment": "~2.19.3",
"axios": "~0.17.1",
"sprintf-js": "~1.1.1"
},
Expand Down

0 comments on commit a65390a

Please sign in to comment.