Skip to content

Commit 53632cc

Browse files
committed
rc.2
1 parent 9f9e02c commit 53632cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inversify-binding-decorators",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"description": "An utility that allows developers to declare InversifyJS bindings using ES2016 decorators",
55
"main": "lib/index.js",
66
"jsnext:main": "es/index.js",
@@ -45,7 +45,7 @@
4545
"run-sequence": "^1.2.0",
4646
"sinon": "^1.17.4",
4747
"tsify": "^0.16.0",
48-
"tslint": "^3.10.2",
48+
"tslint": "^3.12.0",
4949
"vinyl-buffer": "^1.0.0",
5050
"vinyl-source-stream": "^1.1.0"
5151
}

typings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
},
88
"globalDependencies": {
99
"bluebird": "registry:dt/bluebird#2.0.0+20160319051630",
10-
"mocha": "registry:dt/mocha#2.2.5+20160317120654"
10+
"mocha": "registry:dt/mocha#2.2.5+20160619032855"
1111
}
1212
}

0 commit comments

Comments
 (0)