Skip to content

Commit

Permalink
Merge pull request #122 from NASA-IMPACT/add/targets-package.json
Browse files Browse the repository at this point in the history
Add targets block in Package.json to also access veda-ui as npm module
  • Loading branch information
sandrahoang686 authored Jul 2, 2024
2 parents aa0dd0e + 6e8f5a5 commit a8ef0be
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 @@ -13,6 +13,12 @@
"local-cms": "npx netlify-cms-proxy-server",
"test": "NODE_ENV=test .veda/veda test"
},
"targets": {
"veda-app": {
"source": "./.veda/ui/app/index.html",
"context": "browser"
}
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"engines": {
"node": "16.x"
Expand Down

0 comments on commit a8ef0be

Please sign in to comment.