Skip to content

Commit

Permalink
Merge pull request #251 from ThaUnknown/fix-rollup
Browse files Browse the repository at this point in the history
fix: make rollup a dev dependency
  • Loading branch information
murat-dogan authored May 15, 2024
2 parents afdce78 + 6934d38 commit b11fb18
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 7 deletions.
44 changes: 40 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
"node-addon-api": "^7.0.0",
"prebuild": "^12.0.0",
"prettier": "^2.8.8",
"typescript": "^5.3.2"
"typescript": "^5.3.2",
"rollup": "^4.14.1"
},
"dependencies": {
"node-domexception": "^2.0.1",
"prebuild-install": "^7.0.1",
"rollup": "^4.14.1"
"prebuild-install": "^7.0.1"
}
}

0 comments on commit b11fb18

Please sign in to comment.