Skip to content

Commit

Permalink
Update NPM module configuration
Browse files Browse the repository at this point in the history
Export types and limin the files that are published on NPM

Change-type: patch
  • Loading branch information
pipex committed Jan 23, 2025
1 parent 18cf7ba commit d44710c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "1.0.0",
"description": "A module for checking/monitoring a URL",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"CHANGELOG.md",
"README.md"
],
"scripts": {
"lint-fix": "balena-lint --fix lib/ test/",
"lint": "balena-lint lib/ test/ && tsc --noEmit",
Expand Down

0 comments on commit d44710c

Please sign in to comment.