Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: moves auro library to dependencies in package.json #42
Browse files Browse the repository at this point in the history
chrisfalaska committed Oct 9, 2024

Verified

This commit was signed with the committer’s verified signature.
upchuk Daniel Sipos
1 parent 0df28d2 commit 1f53a41
Showing 2 changed files with 44 additions and 296 deletions.
338 changes: 43 additions & 295 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@
"node": "^18.x || ^20.x"
},
"dependencies": {
"@aurodesignsystem/auro-library": "^2.8.0",
"chalk": "^5.3.0",
"lit": "^3.2.0"
},
@@ -28,7 +29,6 @@
"@aurodesignsystem/webcorestylesheets": "^5.1.2"
},
"devDependencies": {
"@aurodesignsystem/auro-library": "^2.8.0",
"@aurodesignsystem/design-tokens": "^4.10.0",
"@aurodesignsystem/eslint-config": "^1.3.2",
"@aurodesignsystem/webcorestylesheets": "^5.1.2",

0 comments on commit 1f53a41

Please sign in to comment.