Compare commits

..

2 Commits

Author SHA1 Message Date
fe423a8e8a 2.0.7 2017-07-18 15:47:06 +02:00
70862850d5 add npmextra.json 2017-07-18 15:47:01 +02:00
2 changed files with 8 additions and 1 deletions

7
npmextra.json Normal file
View File

@ -0,0 +1,7 @@
{
"npmci": {
"globalNpmTools": [
"npmts"
]
}
}

View File

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