Skip to content

Commit

Permalink
Refactor to new API and Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefidiot committed Feb 14, 2021
1 parent 0eefefe commit a5f5183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- uses: bahmutov/npm-install@v1
- uses: bahmutov/npm-install@v1.6.0
- run: yarn test

publish-npm:
Expand All @@ -27,7 +27,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- uses: bahmutov/npm-install@v1
- uses: bahmutov/npm-install@v1.6.0
- run: yarn build
- run: mkdir .publish && cp -r dist .publish/dist && cp README.md .publish/ && cp LICENSE .publish/
- run: node -e 'const fs = require("fs");const pkg = JSON.parse(fs.readFileSync("package.json","utf-8"));fs.writeFileSync(".publish/package.json",JSON.stringify({...pkg,scripts:undefined,devDependencies:undefined},null,2))'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# `denamed` - _Pure JS DNS Server_
![Node.js Package](https://github.com/idiotworks/denamed/workflows/Node.js%20Package/badge.svg)

A lightweight, strongly typed DNS server library for deploying a highly configurable DNS server across platforms.

Expand Down

0 comments on commit a5f5183

Please sign in to comment.