chore: Move npmignore to package.json
This commit is contained in:
parent
bda0327797
commit
3a2362d6e7
10
.npmignore
10
.npmignore
|
@ -1,10 +0,0 @@
|
||||||
.circleci
|
|
||||||
.nyc_output
|
|
||||||
.vscode
|
|
||||||
coverage
|
|
||||||
node_modules
|
|
||||||
src
|
|
||||||
test
|
|
||||||
rollup.config.js
|
|
||||||
tsconfig.json
|
|
||||||
.eslintrc.json
|
|
|
@ -6,6 +6,12 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PeculiarVentures/webcrypto.git"
|
"url": "https://github.com/PeculiarVentures/webcrypto.git"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"build/**/*.{ts,js}",
|
||||||
|
"index.d.ts",
|
||||||
|
"README.md",
|
||||||
|
"LICENSE.md"
|
||||||
|
],
|
||||||
"main": "build/webcrypto.js",
|
"main": "build/webcrypto.js",
|
||||||
"module": "build/webcrypto.es.js",
|
"module": "build/webcrypto.es.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
|
Reference in New Issue