Compare commits

...

2 Commits

Author SHA1 Message Date
1cdce1b862 2.0.4 2017-02-02 21:34:33 +01:00
e18e7a04ee update README 2017-02-02 21:33:43 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -29,4 +29,6 @@ myDnsly.getRecord('example.com','AAAA') // returns promise
}) })
``` ```
> MIT licensed | **©** 2016 - 2017 [Lossless GmbH](https://lossless.gmbh)
[![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks) [![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)

View File

@ -1,6 +1,6 @@
{ {
"name": "dnsly", "name": "dnsly",
"version": "2.0.3", "version": "2.0.4",
"description": "smart dns methods written in TypeScript", "description": "smart dns methods written in TypeScript",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",