diff --git a/.npmignore b/.npmignore deleted file mode 100644 index a6ad2da..0000000 --- a/.npmignore +++ /dev/null @@ -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/ diff --git a/package.json b/package.json index 2fbfa03..a660d20 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,10 @@ "url": "https://github.com/bs-community/skinview3d/issues" }, "homepage": "https://github.com/bs-community/skinview3d", + "files": [ + "types", + "build" + ], "dependencies": { "three": "^0.92.0" },