BREAKING CHANGE(package): update to new packagename and improve record retrieval
This commit is contained in:
13
package.json
13
package.json
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"name": "dnsly",
|
||||
"name": "@pushrocks/smartdns",
|
||||
"version": "2.0.10",
|
||||
"description": "smart dns methods written in TypeScript",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(npmts)"
|
||||
"test": "(ts-node -O '{\"lib\": [ \"es2015\" ]}' test/test.ts)",
|
||||
"build": "(npmts)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -24,11 +25,11 @@
|
||||
"homepage": "https://gitlab.com/pushrocks/dnsly#README",
|
||||
"dependencies": {
|
||||
"beautylog": "^6.1.10",
|
||||
"smartdelay": "^1.0.3",
|
||||
"smartq": "^1.1.6",
|
||||
"typings-global": "^1.0.20"
|
||||
"smartdelay": "^1.0.4",
|
||||
"smartq": "^1.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tapbundle": "^1.1.1"
|
||||
"@types/node": "^10.0.8",
|
||||
"tapbundle": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user