Browse Source

package.json tweaks

develop
ray-1337 3 years ago
parent
commit
df213bd3c1
  1. 8
      package.json

8
package.json

@ -3,7 +3,6 @@
"version": "1.0.0-alpha.2", "version": "1.0.0-alpha.2",
"description": "Manipulate UFW (Linux distribution only, works best on Ubuntu) via Node.", "description": "Manipulate UFW (Linux distribution only, works best on Ubuntu) via Node.",
"license": "MIT", "license": "MIT",
"repository": "ray-1337/node-ufw",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
@ -14,6 +13,13 @@
"url": "https://paypal.me/ray0001" "url": "https://paypal.me/ray0001"
} }
], ],
"repository": {
"type": "git",
"url": "https://github.com/ray-1337/node-ufw.git"
},
"bugs": {
"url": "https://github.com/ray-1337/node-ufw/issues"
},
"scripts": { "scripts": {
"test": "ava test.js" "test": "ava test.js"
}, },

Loading…
Cancel
Save