Skip to content

Commit

Permalink
rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Jun 25, 2016
1 parent 9f9e02c commit 53632cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify-binding-decorators",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "An utility that allows developers to declare InversifyJS bindings using ES2016 decorators",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"run-sequence": "^1.2.0",
"sinon": "^1.17.4",
"tsify": "^0.16.0",
"tslint": "^3.10.2",
"tslint": "^3.12.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"globalDependencies": {
"bluebird": "registry:dt/bluebird#2.0.0+20160319051630",
"mocha": "registry:dt/mocha#2.2.5+20160317120654"
"mocha": "registry:dt/mocha#2.2.5+20160619032855"
}
}

0 comments on commit 53632cc

Please sign in to comment.