Compare commits

..

2 Commits

Author SHA1 Message Date
ebb007bcdb 3.0.3 2018-05-13 16:22:38 +02:00
e6d99d5664 fix(ci): fix @gitzone/npmts package name 2018-05-13 16:22:37 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
}, },
"npmci": { "npmci": {
"npmGlobalTools": [ "npmGlobalTools": [
"@pushrocks/npmts", "@gitzone/npmts",
"ts-node" "ts-node"
], ],
"npmAccessLevel": "public" "npmAccessLevel": "public"

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartdns", "name": "@pushrocks/smartdns",
"version": "3.0.2", "version": "3.0.3",
"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",