Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Dec 27, 2023
1 parent 90861fa commit 092a209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .prettierrc

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"migrate:create": "migrate-mongo create -f config/migrate-mongo.js -- ",
"migrate:status": "migrate-mongo status -f config/migrate-mongo.js",
"migrate:up": "migrate-mongo up -f config/migrate-mongo.js",
"migrate:down": "migrate-mongo down -f config/migrate-mongo.js"
"migrate:down": "migrate-mongo down -f config/migrate-mongo.js",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org pastvu --project javascript ./appBuild && sentry-cli sourcemaps upload --org pastvu --project javascript ./appBuild"
},
"dependencies": {
"@mapbox/geojson-area": "0.2.2",
Expand Down Expand Up @@ -98,6 +99,7 @@
"@babel/eslint-plugin": "7.22.5",
"@babel/preset-env": "7.22.7",
"@babel/register": "7.22.5",
"@sentry/cli": "2.23.1",
"ansi-colors": "4.1.1",
"babel-jest": "29.6.1",
"babel-plugin-rewire": "1.2.0",
Expand Down

0 comments on commit 092a209

Please sign in to comment.