Skip to content

Commit

Permalink
chore(release): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Jun 26, 2024
1 parent 3edaf17 commit 3c1772c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/eds-dev-site-theme",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"lint": "eslint .",
"buildCss": "mkdir -p hlx_statics/styles/spectrum/ && postcss -o hlx_statics/styles/spectrum/spectrum.min.css styles-includes.css"
Expand All @@ -17,7 +17,9 @@
"postcss-cli": "^10.1.0",
"postcss-dropunusedvars": "^2.2.1",
"postcss-import": "^15.1.0",
"postcss-varfallback": "^1.1.3"
"postcss-varfallback": "^1.1.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@spectrum-css/accordion": "3.0.24",
Expand Down Expand Up @@ -51,6 +53,7 @@
"@spectrum-css/vars": "8.0.0",
"@spectrum-css/well": "3.0.22",
"minimist": "^1.2.6"
}
},
"buildNavigation": "webpack --config webpack.config.js && node eds/scripts/buildNavigation.js"
}

0 comments on commit 3c1772c

Please sign in to comment.