Skip to content

Commit d4fa5b5

Browse files
Merge pull request #3 from Hubel/master
Declared @types/lodash as ~ dependency to fix issue with WeakMap type
2 parents 28f0f50 + f26b635 commit d4fa5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@types/bluebird": "3.0.36",
26-
"@types/lodash": "4.14.42",
26+
"@types/lodash": "~4.14.42",
2727
"@types/reflect-metadata": "0.0.5",
2828
"bluebird": "3.4.6",
2929
"es6-shim": "0.35.2",
@@ -37,6 +37,6 @@
3737
"chai": "3.5.0",
3838
"mocha": "3.2.0",
3939
"tslint": "4.0.2",
40-
"typescript": "2.0.10"
40+
"typescript": "~2.4.2"
4141
}
4242
}

0 commit comments

Comments
 (0)