Skip to content

Commit

Permalink
chore: add VERSION.json in package files
Browse files Browse the repository at this point in the history
`VERSION.json` must be included in the package
because the CLI uses this file to print the package's version.
  • Loading branch information
Conaclos committed Jan 25, 2025
1 parent d76b46a commit 5c83a1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"dist/**/*.d.cts",
"dist/**/*.d.ts",
"dist/**/*.js",
"!dist/**/*.test.js",
"!dist/**/*.spec.js"
"VERSION.json"
],
"scripts": {
"build": "sh ./scripts/build.sh",
Expand Down

0 comments on commit 5c83a1d

Please sign in to comment.