Skip to content

Commit

Permalink
solving npm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Jul 5, 2016
1 parent f981162 commit d0b82a1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
.typingsrc
23 changes: 23 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d0b82a1

Please sign in to comment.