Skip to content

Commit

Permalink
Deprecate support for Node < 18 (#40)
Browse files Browse the repository at this point in the history
Remove webpack and associated logic, deprecate support for Node < 18
  • Loading branch information
benyebai authored Jun 20, 2024
1 parent 0a9872b commit a50a3e1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2,378 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/webpack.yml

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.nvmrc
src
images
webpack.config.js
CODE_OF_CONDUCT.md
CONTRIBUTING.md
SECURITY.md
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "react-eventbrite-popup-checkout",
"version": "2.0.14",
"description": "A React component for the Eventbrite checkout widgets",
"main": "dist/main.js",
"main": "src/useEventbrite.js",
"types": "types.d.ts",
"engines": {
"node": ">= 0.10.0"
"node": ">= 18"
},
"keywords": [
"eventbrite",
Expand All @@ -26,22 +26,13 @@
],
"license": "MIT",
"private": false,
"scripts": {
"prepublishOnly": "npx webpack --config webpack.config.js"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
"react-dom": "^18.2.0"
},
"dependencies": {}
}
45 changes: 0 additions & 45 deletions webpack.config.js

This file was deleted.

Loading

0 comments on commit a50a3e1

Please sign in to comment.