Skip to content

Commit 7874839

Browse files
committed
Reorganise package.json slightly
1 parent 54f9711 commit 7874839

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
{
22
"name": "vault",
3+
"version": "0.4.0",
34
"description": "Generates safe passwords for the web",
4-
"homepage": "https://getvau.lt/",
55
"author": "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)",
66
"keywords": [
77
"security",
88
"passwords"
99
],
1010
"license": "GPL-3.0",
11-
"version": "0.4.0",
11+
"homepage": "https://getvau.lt/",
12+
"repository": "github:jcoglan/vault",
13+
"bugs": "https://github.com/jcoglan/vault/issues",
1214
"engines": {
13-
"node": ">=0.10.0"
15+
"node": ">=12.0.0"
1416
},
17+
"files": [
18+
"bin",
19+
"lib"
20+
],
1521
"main": "./lib/vault.js",
1622
"bin": {
1723
"vault": "./bin/vault"
@@ -32,10 +38,5 @@
3238
},
3339
"scripts": {
3440
"test": "NODE_ENV=test mocha"
35-
},
36-
"repository": {
37-
"type": "git",
38-
"url": "git://github.com/jcoglan/vault.git"
39-
},
40-
"bugs": "http://github.com/jcoglan/vault/issues"
41+
}
4142
}

0 commit comments

Comments
 (0)