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",
"typings": "./index.d.ts",
"main": "./index.js",
"files": [
"src/**/*", "index.js", "index.d.ts", "package.json"
],
"exports": {
".": [
{ "require": "./index.js" },
"./index.js"
]
{
"require": "./index.js"
},
"./index.js"
]
},
"funding": [
{

Loading…
Cancel
Save