Skip to content

Commit

Permalink
Flesh out package.json a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-pratt committed Dec 6, 2024
1 parent e5c37d8 commit 8f28eba
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions openc3-cosmos-init/plugins/packages/openc3-js-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@openc3/js-common",
"description": "Common library for COSMOS tool development",
"version": "5.21.0-beta0",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://openc3.com",
"repository": {
"type": "git",
"url": "git+https://github.com/OpenC3/cosmos.git",
"directory": "openc3-cosmos-init/plugins/packages/openc3-js-common"
},
"bugs": {
"url": "https://github.com/OpenC3/cosmos/issues"
},
"keywords": [
"openc3",
"cosmos"
],
"type": "module",
"files": [
"dist",
Expand Down
15 changes: 15 additions & 0 deletions openc3-cosmos-init/plugins/packages/openc3-vue-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@openc3/vue-common",
"description": "Vue component library for COSMOS tool development",
"version": "5.21.0-beta0",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://openc3.com",
"repository": {
"type": "git",
"url": "git+https://github.com/OpenC3/cosmos.git",
"directory": "openc3-cosmos-init/plugins/packages/openc3-vue-common"
},
"bugs": {
"url": "https://github.com/OpenC3/cosmos/issues"
},
"keywords": [
"openc3",
"cosmos"
],
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 8f28eba

Please sign in to comment.