Browse Source

changed to a DTP project

develop
Rob Colbert 2 years ago
parent
commit
9d7ccc620d
  1. 10
      package.json

10
package.json

@ -1,7 +1,7 @@
{ {
"name": "node-ufw", "name": "dtp-node-ufw",
"version": "2.0.1", "version": "2.0.1",
"description": "Manipulate UFW (Ubuntu distribution only) via Node.js.", "description": "Manipulate UFW (Ubuntu distribution only) via Node.js without process root privileges.",
"license": "MIT", "license": "MIT",
"typings": "dist/Typings.d.ts", "typings": "dist/Typings.d.ts",
"main": "dist/Index.js", "main": "dist/Index.js",
@ -11,15 +11,15 @@
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
"url": "https://trakteer.id/ray1337" "url": "https://www.givesendgo.com/dtp"
} }
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ray-1337/node-ufw.git" "url": "https://git.digitaltelepresence.com/digital-telepresence/dtp-node-ufw.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/ray-1337/node-ufw/issues" "url": "https://git.digitaltelepresence.com/digital-telepresence/dtp-node-ufw/issues"
}, },
"scripts": { "scripts": {
"test": "ava Test.ts", "test": "ava Test.ts",

Loading…
Cancel
Save