Skip to content

Commit

Permalink
revert unneeded package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Dec 18, 2024
1 parent 5021602 commit 8506dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "dst/index.esm.js",
"scripts": {
"build": "rimraf dst && microbundle src/index.js -o dst/index.js --jsx React.createElement -f modern,es,cjs --jsxFragment React.Fragment",
"watch": "microbundle watch src/index.js -o dst/index.js --jsx React.createElement -f modern,es,cjs --jsxFragment React.Fragment --no-compress",
"watch": "microbundle watch src/index.js -o dst/index.js --jsx React.createElement -f modern,es,cjs --jsxFragment React.Fragment",
"format": "prettier --write 'src/**/*.js' '*.css'"
},
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@carbonplan/prettier": "^1.2.0",
"microbundle": "^0.14.0",
"microbundle": "^0.13.0",
"prettier": "^2.2.1",
"rimraf": "3.0.2"
}
Expand Down

0 comments on commit 8506dfd

Please sign in to comment.