Skip to content

Commit a2f487e

Browse files
author
Kyle Laker
authored
fix: packaging errors break npm install (#896)
1 parent 8e6cc2a commit a2f487e

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/oscal-react-library/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@easydynamics/oscal-react-library",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"author": "EasyDynamics",
55
"license": "MIT",
66
"private": false,
@@ -27,7 +27,7 @@
2727
"web-vitals": "^3.3.2"
2828
},
2929
"peerDependencies": {
30-
"@easydynamics/oscal-types": "^1.0.4",
30+
"@easydynamics/oscal-types": "^0.1.0",
3131
"@emotion/react": "^11.10.6",
3232
"@emotion/styled": "^11.10.6",
3333
"@mui/icons-material": "^5.11.11",
@@ -65,7 +65,7 @@
6565
"@babel/preset-env": "^7.22.5",
6666
"@babel/preset-react": "^7.22.5",
6767
"@babel/preset-typescript": "^7.22.5",
68-
"@easydynamics/oscal-types": "^1.0.4",
68+
"@easydynamics/oscal-types": "^0.1.0",
6969
"@emotion/react": "^11.11.1",
7070
"@emotion/styled": "^11.11.0",
7171
"@mui/icons-material": "^5.11.16",

packages/oscal-types/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@easydynamics/oscal-types",
3-
"version": "1.0.4",
3+
"version": "0.1.0",
44
"description": "Type definitions for the OSCAL specification",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -11,6 +11,9 @@
1111
"test": "echo 'This package has no tests'",
1212
"lint": "echo 'This package is not linted'"
1313
},
14+
"files": [
15+
"lib"
16+
],
1417
"repository": {
1518
"type": "git",
1619
"url": "git+https://github.com/EasyDynamics/oscal-react-library.git",

packages/oscal-viewer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easydynamics/oscal-viewer",
33
"homepage": ".",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"private": true,
66
"repository": {
77
"type": "git",
@@ -18,7 +18,7 @@
1818
"lint:fix": "npm run lint -- --fix"
1919
},
2020
"dependencies": {
21-
"@easydynamics/oscal-react-library": "^0.6.0",
21+
"@easydynamics/oscal-react-library": "^0.6.1",
2222
"@emotion/react": "^11.11.1",
2323
"@emotion/styled": "^11.11.0",
2424
"@mui/icons-material": "^5.11.16",

0 commit comments

Comments
 (0)