Skip to content

Commit

Permalink
add optional rollup dep
Browse files Browse the repository at this point in the history
  • Loading branch information
activatedgeek committed Apr 2, 2024
1 parent 42fec01 commit 2333117
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 36 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: package-lock.json

- name: Install Dependencies
run: npm install
Expand Down
227 changes: 193 additions & 34 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@picocss/pico": "^2.0.6",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"astro": "^4.5.12",
"astro": "^4.5.13",
"autoprefixer": "^10.4.19",
"cssnano": "^6.1.2",
"github-slugger": "^2.0.0",
Expand All @@ -41,5 +41,8 @@
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.13.2"
}
}

0 comments on commit 2333117

Please sign in to comment.