chore: Move npmignore to package.json

This commit is contained in:
microshine 2020-11-25 13:31:37 +03:00
parent bda0327797
commit 3a2362d6e7
2 changed files with 6 additions and 10 deletions

View File

@ -1,10 +0,0 @@
.circleci
.nyc_output
.vscode
coverage
node_modules
src
test
rollup.config.js
tsconfig.json
.eslintrc.json

View File

@ -6,6 +6,12 @@
"type": "git",
"url": "https://github.com/PeculiarVentures/webcrypto.git"
},
"files": [
"build/**/*.{ts,js}",
"index.d.ts",
"README.md",
"LICENSE.md"
],
"main": "build/webcrypto.js",
"module": "build/webcrypto.es.js",
"types": "index.d.ts",