Skip to content

Commit

Permalink
specify files to include in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
kochis committed Jun 17, 2023
1 parent 53e2480 commit 4f95809
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "radar-sdk-js",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"description": "",
"type": "module",
"module": "dist/radar.js",
"types": "dist/index.d.ts",
"build": "rollup -c",
"prepublish": "npm run build",
"files": [
"dist",
"src",
"README.md",
"LICESNSE"
],
"scripts": {
"build": "rollup -c",
"check-latest-tag": "node ./scripts/check-latest-tag.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '4.0.0-beta.5';
export default '4.0.0-beta.6';

0 comments on commit 4f95809

Please sign in to comment.