Browse Source

fix file export

develop
ray-1337 2 years ago
parent
commit
cee6d7b7e9
No known key found for this signature in database GPG Key ID: DED41DCC150FCD32
  1. 19
      package.json

19
package.json

@ -3,22 +3,9 @@
"version": "2.0.0", "version": "2.0.0",
"description": "Manipulate UFW (Ubuntu distribution only) via Node.js.", "description": "Manipulate UFW (Ubuntu distribution only) via Node.js.",
"license": "MIT", "license": "MIT",
"typings": "./index.d.ts", "typings": "dist/Typings.d.ts",
"main": "./index.js", "main": "dist/Index.js",
"files": [ "files": [ "dist" ],
"src/**/*",
"index.js",
"index.d.ts",
"package.json"
],
"exports": {
".": [
{
"require": "./index.js"
},
"./index.js"
]
},
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",

Loading…
Cancel
Save