Browse Source

only include important files

develop
ray-1337 3 years ago
parent
commit
1c65695303
  1. 11
      package.json

11
package.json

@ -5,11 +5,16 @@
"license": "MIT", "license": "MIT",
"typings": "./index.d.ts", "typings": "./index.d.ts",
"main": "./index.js", "main": "./index.js",
"files": [
"src/**/*", "index.js", "index.d.ts", "package.json"
],
"exports": { "exports": {
".": [ ".": [
{ "require": "./index.js" }, {
"./index.js" "require": "./index.js"
] },
"./index.js"
]
}, },
"funding": [ "funding": [
{ {

Loading…
Cancel
Save