diff --git a/.gitignore b/.gitignore index 59fc4dd..1f4de8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ +node_modules/ test.js diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..43c97e7 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-lock=false diff --git a/package.json b/package.json index e1cb1fe..df7e42e 100644 --- a/package.json +++ b/package.json @@ -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"