Skip to content

Commit

Permalink
chore: 🤖 remove pnpm lock, try rollup patch
Browse files Browse the repository at this point in the history
  • Loading branch information
damusix committed Mar 31, 2024
1 parent f66a8b9 commit 8cbc156
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8,033 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
node_modules
.DS_Store
dist
package-lock.json
.cache
.parcel-cache
.env
.env
package-lock.json
pnpm-lock.yaml
yarn.lock
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
},
"peerDependencies": {
"riot": ">=6.x.x"
"riot": ">=9.x.x"
},
"dependencies": {
"@riot-tools/sak": "^2.x.x",
Expand Down Expand Up @@ -90,5 +90,8 @@
"sinon": "^17",
"tsx": "^4.7.1",
"typescript": ">=5"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
}
}
Loading

0 comments on commit 8cbc156

Please sign in to comment.