mirror of https://codeberg.org/pzp/pzp-keypair.git
tweak package.json details
This commit is contained in:
parent
16409daff6
commit
e9de23376e
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "ppppp-keypair",
|
"name": "ppppp-keypair",
|
||||||
"description": "Keyfile operations for PPPPP",
|
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"description": "Keyfile operations for PPPPP",
|
||||||
"homepage": "https://github.com/staltz/ppppp-keypair",
|
"homepage": "https://github.com/staltz/ppppp-keypair",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -9,6 +9,7 @@
|
||||||
},
|
},
|
||||||
"author": "Andre 'Staltz' Medeiros <contact@staltz.com>",
|
"author": "Andre 'Staltz' Medeiros <contact@staltz.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"type": "commonjs",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"lib/**/*"
|
"lib/**/*"
|
||||||
|
|
Loading…
Reference in New Issue