diff --git a/.npmignore b/.npmignore index 1e911ef..a12b7f4 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,5 @@ +!dist/lib/**/*.js +!typings/lib/**/*.d.ts .vscode/ .idea/ samples/ @@ -10,4 +12,5 @@ gulpfile.js .DS_Store tsconfig.json tslint.json -webpack.config.ts \ No newline at end of file +webpack.config.ts +*.js.map