Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
fix: Adjustments to NPM package content
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzwezdin committed Feb 4, 2024
1 parent d219be3 commit ed46e56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/rejs-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*.*"
],
"scripts": {
"build": "rollup -c",
"prepack": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/rejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*.*"
],
"scripts": {
"build": "rollup -c",
"prepack": "npm run build",
Expand Down

0 comments on commit ed46e56

Please sign in to comment.