Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Mar 26, 2024
1 parent 227c6e4 commit af19a29
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,6 +1,6 @@
{
"name": "bos-workspace",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "",
"bin": {
"bos-workspace": "./bin/bw.js",
Expand All @@ -13,7 +13,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build & npm run build:gateway"
"prepublish": "npm run build && npm run build:gateway"
},
"files": [
"dist",
Expand Down

0 comments on commit af19a29

Please sign in to comment.