Browse Source

v2.0.1

develop
Rob Colbert 2 years ago
parent
commit
75ccfa3a1f
  1. 18
      package.json

18
package.json

@ -1,11 +1,13 @@
{ {
"name": "node-ufw", "name": "node-ufw",
"version": "2.0.0", "version": "2.0.1",
"description": "Manipulate UFW (Ubuntu distribution only) via Node.js.", "description": "Manipulate UFW (Ubuntu distribution only) via Node.js.",
"license": "MIT", "license": "MIT",
"typings": "dist/Typings.d.ts", "typings": "dist/Typings.d.ts",
"main": "dist/Index.js", "main": "dist/Index.js",
"files": [ "dist" ], "files": [
"dist"
],
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
@ -24,9 +26,15 @@
"build": "rm -rf dist && tsc -p tsconfig.json" "build": "rm -rf dist && tsc -p tsconfig.json"
}, },
"ava": { "ava": {
"extensions": [ "ts" ], "extensions": [
"environmentVariables": { "TS_NODE_LOG_ERROR": "true" }, "ts"
"require": [ "ts-node/register" ] ],
"environmentVariables": {
"TS_NODE_LOG_ERROR": "true"
},
"require": [
"ts-node/register"
]
}, },
"author": { "author": {
"name": "Hizkia Ray", "name": "Hizkia Ray",

Loading…
Cancel
Save