Skip to content

Commit

Permalink
fix: packaging errors break npm install (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Laker authored Jun 12, 2023
1 parent 8e6cc2a commit a2f487e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/oscal-react-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easydynamics/oscal-react-library",
"version": "0.6.0",
"version": "0.6.1",
"author": "EasyDynamics",
"license": "MIT",
"private": false,
Expand All @@ -27,7 +27,7 @@
"web-vitals": "^3.3.2"
},
"peerDependencies": {
"@easydynamics/oscal-types": "^1.0.4",
"@easydynamics/oscal-types": "^0.1.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@easydynamics/oscal-types": "^1.0.4",
"@easydynamics/oscal-types": "^0.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
Expand Down
5 changes: 4 additions & 1 deletion packages/oscal-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easydynamics/oscal-types",
"version": "1.0.4",
"version": "0.1.0",
"description": "Type definitions for the OSCAL specification",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -11,6 +11,9 @@
"test": "echo 'This package has no tests'",
"lint": "echo 'This package is not linted'"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/EasyDynamics/oscal-react-library.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/oscal-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@easydynamics/oscal-viewer",
"homepage": ".",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@easydynamics/oscal-react-library": "^0.6.0",
"@easydynamics/oscal-react-library": "^0.6.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
Expand Down

0 comments on commit a2f487e

Please sign in to comment.