Skip to content

Commit

Permalink
Rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewquang512 committed Nov 11, 2023
1 parent 2f9315b commit 0f95f9f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"prisma_db_push": "prisma db push --schema=./src/prisma/schema.prisma",
"dev": "nodemon src/index",
"start": "node src/index",
"build_temp": "webpack --config webpack.config.js",
"build": "babel ./src --out-dir dist"
"build": "webpack --config webpack.config.js",
"build_temp": "babel ./src --out-dir dist"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,8 +43,6 @@
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-object-rest-spread": "^7.23.3",
"@babel/preset-env": "^7.23.3",
Expand Down

0 comments on commit 0f95f9f

Please sign in to comment.