diff --git a/package-lock.json b/package-lock.json index 1e8e0438..5ecc6261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "improved-initiative", - "version": "3.10.3", + "version": "3.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "improved-initiative", - "version": "3.10.3", + "version": "3.11.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3316282a..b860bf4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "improved-initiative", - "version": "3.11.0", + "version": "3.11.1", "description": "Combat tracker for Dungeons and Dragons (D&D) 5th Edition", "license": "MIT", "repository": { @@ -118,6 +118,7 @@ "build": "grunt build_min", "postbuild": "npm run copy-fonts", "dev": "grunt", + "build:digitalocean": "npm install --production=false && npm run build && npm ci", "start": "node server/server.js", "clean": "git clean -f -x -e node_modules/", "test": "echo 'Tests are currently disabled due to node, jest, and ES modules interoperability.'",