chore: delete .npmignore, use package whitelist instead
This commit is contained in:
@ -1,32 +0,0 @@
|
|||||||
# IDE & OS specific
|
|
||||||
.DS_Store
|
|
||||||
.idea
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
logs
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Dependencies
|
|
||||||
node_modules
|
|
||||||
|
|
||||||
# Coverage
|
|
||||||
coverage
|
|
||||||
|
|
||||||
# Types
|
|
||||||
flow-typed/*
|
|
||||||
|
|
||||||
# Sources, tests and builder files
|
|
||||||
builder
|
|
||||||
deploy
|
|
||||||
src
|
|
||||||
test
|
|
||||||
internals
|
|
||||||
.flowconfig
|
|
||||||
.babelrc
|
|
||||||
.eslintignore
|
|
||||||
.esdoc.json
|
|
||||||
.eslintrc.js
|
|
||||||
.travis.yml
|
|
||||||
jest.json
|
|
||||||
renovate.json
|
|
||||||
rollup.config.js
|
|
@ -24,6 +24,14 @@
|
|||||||
"bin": {
|
"bin": {
|
||||||
"solana-localnet": "bin/localnet.sh"
|
"solana-localnet": "bin/localnet.sh"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"/bin",
|
||||||
|
"/doc",
|
||||||
|
"/examples",
|
||||||
|
"/bpf-sdk",
|
||||||
|
"/lib",
|
||||||
|
"/module.flow.js"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./coverage ./lib",
|
"clean": "rimraf ./coverage ./lib",
|
||||||
"dev": "cross-env NODE_ENV=development rollup -c",
|
"dev": "cross-env NODE_ENV=development rollup -c",
|
||||||
|
Reference in New Issue
Block a user