Skip to content

Commit

Permalink
Merge pull request #12 from stack-spot/additional-info-package.json
Browse files Browse the repository at this point in the history
more info on package.json
  • Loading branch information
Tiagoperes authored May 9, 2024
2 parents 96b6417 + 48f7cc9 commit 3d88cc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "@stack-spot/citron-navigator-cli",
"version": "1.0.0",
"main": "dist/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/stack-spot/citron-navigator",
"scripts": {
"build": "tsc --project tsconfig.build.json --declaration",
"test": "jest",
Expand Down
2 changes: 2 additions & 0 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"homepage": "https://github.com/stack-spot/citron-navigator",
"scripts": {
"build": "tsc --project tsconfig.build.json --declaration && tsc-esm-fix --target='dist'",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit 3d88cc7

Please sign in to comment.