Skip to content

Commit

Permalink
update rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Oct 2, 2024
1 parent 227b96b commit 99d8f04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions examples/npm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
index-build.js
package-lock.json
5 changes: 3 additions & 2 deletions examples/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"name": "html5bytebeat-via-npm",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"build": "rollup -c"
},
"dependencies": {
"bytebeat.js": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^14.1.0",
"rollup": "^2.79.0"
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup": "^4.24.0"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 99d8f04

Please sign in to comment.