Skip to content

Commit

Permalink
Disable package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Apr 4, 2018
1 parent 6b6d4a5 commit 51794d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
node_modules/
test.js
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "steam-totp",
"version": "1.4.1",
"description": "Generate Steam-style TOTP codes given a secret",
"keywords": ["steam", "steam client", "steam guard"],
"keywords": [
"steam",
"steam client",
"steam guard"
],
"homepage": "https://github.com/DoctorMcKay/node-steam-totp",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-steam-totp/issues"
Expand Down

0 comments on commit 51794d4

Please sign in to comment.