Skip to content

Commit

Permalink
publish npm package in @NicTool namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored May 29, 2022
1 parent 00638da commit 999f421
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

#### N.N.N - YYYY-MM-DD


#### 0.7.1 - 2022-05-29

- chore: publish npm package in @nictool namespace


#### 0.7.0 - 2022-04-20

- feat: added index.isDelegated, and tests
Expand Down
2 changes: 1 addition & 1 deletion bin/nt-ns.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (!opts.import) usage()
if (!opts.file) usage()


import * as zone from 'dns-zone-validator'
import * as zone from '@nictool/dns-zone'
import bind from '../lib/bind.js'
import knot from '../lib/knot.js'
import maradns from '../lib/maradns.js'
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dns-nameserver",
"version": "0.7.0",
"name": "@nictool/dns-nameserver",
"version": "0.7.1",
"description": "DNS Nameserver",
"main": "index.js",
"bin": {},
Expand All @@ -10,8 +10,8 @@
},
"scripts": {
"coverage": "npx c8 npm test",
"lint": "npx eslint index.js test/*.js",
"lintfix": "npx eslint --fix index.js test/*.js",
"lint": "npx eslint index.js test",
"lintfix": "npx eslint --fix index.js test",
"test": "npx mocha",
"versions": "npx dependency-version-checker check"
},
Expand Down Expand Up @@ -41,6 +41,6 @@
"chalk": "^5.0.1",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.2",
"dns-zone-validator": "^1.0.0"
"@nictool/dns-zone": "^1.0.0"
}
}

0 comments on commit 999f421

Please sign in to comment.