Compare commits

...

2 Commits

Author SHA1 Message Date
2ef01e1111 1.0.7 2017-01-15 17:05:35 +01:00
0f129262e9 fix 2017-01-15 17:04:16 +01:00

View File

@ -1,9 +1,9 @@
{
"name": "dnsly",
"version": "1.0.6",
"version": "1.0.7",
"description": "smart dns methods written in TypeScript",
"main": "dist/index.js",
"typings": "../dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/should": "^8.1.30",
"should": "^11.1.1",
"should": "^11.1.2",
"typings-test": "^1.0.3"
}
}