Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
verion bump
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Jul 29, 2021
1 parent 5f06108 commit d1054b6
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
@@ -1,11 +1,11 @@
{
"name": "snaily-cadv3",
"version": "2.1.10",
"version": "2.1.11",
"description": "An open source Computer Aided Dispatch (CAD) for FiveM, this is a web based integration for communities who love police roleplaying and dispatching. ",
"scripts": {
"start": "npm run translation:generate && npm run build && cross-env NODE_ENV=production node dist/src/server.js",
"dev": "nodemon",
"build": "npx next build && tsc --project tsconfig.server.json",
"build": "next build && tsc --project tsconfig.server.json",
"auto-install": "node ./scripts/install.js",
"docker-start": "npm run translation:generate && npm run build && cross-env NODE_ENV=production node dist/src/server.js",
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
Expand Down

0 comments on commit d1054b6

Please sign in to comment.