Skip to content

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
And update dependencies
  • Loading branch information
hardillb committed Feb 15, 2022
1 parent 41240e8 commit 0e402f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/nr-launcher",
"version": "0.1.0",
"version": "0.2.0",
"description": "Wraper for starting Node-RED",
"main": "index.js",
"scripts": {
Expand All @@ -25,14 +25,14 @@
},
"homepage": "https://github.com/flowforge/flowforge-nr-launcher#readme",
"dependencies": {
"@flowforge/nr-auth": "^0.1.0",
"@flowforge/nr-audit-logger": "^0.1.0",
"@flowforge/nr-storage": "^0.1.0",
"@flowforge/nr-auth": "^0.2.0",
"@flowforge/nr-audit-logger": "^0.2.0",
"@flowforge/nr-storage": "^0.2.0",
"body-parser": "^1.19.0",
"command-line-args": "^5.2.0",
"express": "^4.17.1",
"got": "^11.8.2",
"node-red": "^2.1.3",
"node-red": "^2.2.1",
"ws": "^8.2.3"
}
}

0 comments on commit 0e402f9

Please sign in to comment.