Merge pull request #25 from bs-community/remove-npmignore

Use `files` field instead of .npmignore
This commit is contained in:
Haowei Wen 2018-07-02 22:52:33 +08:00 committed by GitHub
commit 0cb69fda3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 25 deletions

View File

@ -1,25 +0,0 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pids
*.pid
*.seed
*.pid.lock
lib-cov
coverage
.nyc_output
.grunt
bower_components
.lock-wscript
node_modules/
jspm_packages/
typings/
.npm
.eslintcache
.node_repl_history
*.tgz
.yarn-integrity
.env
_ignore/

View File

@ -29,6 +29,10 @@
"url": "https://github.com/bs-community/skinview3d/issues" "url": "https://github.com/bs-community/skinview3d/issues"
}, },
"homepage": "https://github.com/bs-community/skinview3d", "homepage": "https://github.com/bs-community/skinview3d",
"files": [
"types",
"build"
],
"dependencies": { "dependencies": {
"three": "^0.92.0" "three": "^0.92.0"
}, },