Compare commits

...

2 Commits

Author SHA1 Message Date
40e412282c 2.0.1 2017-01-27 00:18:01 +01:00
768cf06e0e fix typings 2017-01-27 00:17:01 +01:00

View File

@ -1,9 +1,9 @@
{
"name": "dnsly",
"version": "2.0.0",
"version": "2.0.1",
"description": "smart dns methods written in TypeScript",
"main": "dist/index.js",
"typings": "../dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},