Compare commits

...

2 Commits

Author SHA1 Message Date
1bdcae0524 1.0.9 2016-08-03 12:02:00 +02:00
62892fa1b8 update types versions 2016-08-03 12:01:55 +02:00

View File

@ -1,6 +1,6 @@
{
"name": "lik",
"version": "1.0.8",
"version": "1.0.9",
"description": "light little helpers for node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -23,8 +23,8 @@
"typings-test": "^1.0.1"
},
"dependencies": {
"@types/minimatch": "^2.0.28",
"@types/q": "^0.0.27",
"@types/minimatch": "2.x.x",
"@types/q": "0.x.x",
"minimatch": "^3.0.2",
"q": "^1.4.1"
}