We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9e02c commit 53632ccCopy full SHA for 53632cc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "inversify-binding-decorators",
3
- "version": "1.0.0-rc.1",
+ "version": "1.0.0-rc.2",
4
"description": "An utility that allows developers to declare InversifyJS bindings using ES2016 decorators",
5
"main": "lib/index.js",
6
"jsnext:main": "es/index.js",
@@ -45,7 +45,7 @@
45
"run-sequence": "^1.2.0",
46
"sinon": "^1.17.4",
47
"tsify": "^0.16.0",
48
- "tslint": "^3.10.2",
+ "tslint": "^3.12.0",
49
"vinyl-buffer": "^1.0.0",
50
"vinyl-source-stream": "^1.1.0"
51
}
typings.json
@@ -7,6 +7,6 @@
7
},
8
"globalDependencies": {
9
"bluebird": "registry:dt/bluebird#2.0.0+20160319051630",
10
- "mocha": "registry:dt/mocha#2.2.5+20160317120654"
+ "mocha": "registry:dt/mocha#2.2.5+20160619032855"
11
12
0 commit comments