Skip to content

Commit

Permalink
Set version to 2.6.0-sandbox.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markfee committed Sep 29, 2023
1 parent db2d8b4 commit 2cb56a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmfp",
"version": "2.6.0-pre.18",
"version": "2.6.0-sandbox.1",
"dataVersion": "2.5.1",
"description": "Flood map for planning",
"main": "index.js",
Expand All @@ -22,7 +22,8 @@
"unit-test-quiet": "lab -l -s",
"test": "npm run lint && npm run unit-test",
"postinstall": "npm run build",
"kill": "sudo kill -9 $(sudo lsof -t -i:3000)"
"kill": "sudo kill -9 $(sudo lsof -t -i:3000)",
"increment-version": "npm version prerelease --preid=sandbox -m \"Set Version to %s\""
},
"author": "defra",
"license": "ISC",
Expand Down

0 comments on commit 2cb56a2

Please sign in to comment.