diff --git a/.gitignore b/.gitignore index 0f76cef..37a5c8a 100644 --- a/.gitignore +++ b/.gitignore @@ -30,16 +30,13 @@ typings # build temp bundle +lib node_modulestypings -media -src -test # Optional npm cache directory .npm # Optional REPL history .node_repl_history -.typingsrc -lib \ No newline at end of file +.typingsrc \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5063655 --- /dev/null +++ b/.npmignore @@ -0,0 +1,23 @@ +src +test +typings +bundle +build +coverage +docs +wiki +gulpfile.js +bower.json +karma.conf.js +tsconfig.json +typings.json +CONTRIBUTING.md +ISSUE_TEMPLATE.md +PULL_REQUEST_TEMPLATE.md +tslint.json +wallaby.js +.travis.yml +.gitignore +.vscode +.publishrc +type_definitions diff --git a/package.json b/package.json index baf2334..6eccf72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inversify-devtools", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "inversify-devtools", "main": "lib/main.js", "scripts": {