Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicaloptimist committed Jul 27, 2024
2 parents dbf67c1 + 8374fa1 commit f489a6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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.'",
Expand Down

0 comments on commit f489a6a

Please sign in to comment.