Skip to content

Commit

Permalink
fix: include all dist output in NPM release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwebbio committed Mar 25, 2024
1 parent 2de9957 commit fbc9b05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "orbital-sync",
"description": "Synchronize multiple Pi-hole instances",
"version": "1.8.0",
"type": "module",
"main": "dist/index.js",
Expand All @@ -22,6 +23,9 @@
"url": "git+https://github.com/mattwebbio/orbital-sync.git"
},
"bin": "./dist/index.js",
"files": [
"dist"
],
"devDependencies": {
"@commitlint/config-conventional": "^19.1.0",
"@tsconfig/node18": "^18.2.3",
Expand Down

0 comments on commit fbc9b05

Please sign in to comment.