Skip to content

Commit

Permalink
fix: fixed dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilDesch committed Oct 1, 2024
1 parent 2fd6fc1 commit 4bcd7ec
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-qrcode-browser",
"version": "0.0.1",
"version": "0.0.3",
"main": "lib/index.mjs",
"module": "lib/index.mjs",
"types": "lib/types/index.d.ts",
Expand All @@ -10,6 +10,7 @@
"README.md"
],
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
Expand All @@ -34,15 +35,12 @@
"prebuild": "rm -rf lib",
"build": "rollup --config ./rollup.config.mjs",
"postbuild": "cp README.md package.json LICENSE lib/",
"publish": "npm publish --tag latest",
"publish:beta": "npm publish --tag next"
"packpublish": "npm publish --tag latest",
"packpublish:beta": "npm publish --tag next"
},
"author": {
"name": "Cyril Deschamps (https://cyrildeschamps.fr)"
},
"license": "MIT",
"type": "module",
"dependencies": {
"@rollup/plugin-terser": "^0.4.4"
}
"type": "module"
}

0 comments on commit 4bcd7ec

Please sign in to comment.