Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Upgrade web_hosting_app to v0.2.2, email app to v0.3.1, and safe_app_…
Browse files Browse the repository at this point in the history
…nodejs to v0.2.2 (#273)
  • Loading branch information
bochaco authored and Viv Rajkumar committed Sep 14, 2017
1 parent 334e3fd commit 088ae47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions email_app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "safe-mail-tutorial",
"productName": "SAFE Mail Tutorial",
"version": "0.3.0",
"version": "0.3.1",
"description": "Mailing application tutorial using SAFE Network",
"identifier": "net.maidsafe.examples.mailtutorial",
"vendor": "MaidSafe.net Ltd",
Expand Down Expand Up @@ -98,7 +98,7 @@
"webpack-merge": "^0.14.1"
},
"dependencies": {
"@maidsafe/safe-node-app": "0.2.1",
"@maidsafe/safe-node-app": "0.2.2",
"axios": "^0.14.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"buffer-stream-reader": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions web_hosting_manager/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-hosting-manager",
"productName": "Web Hosting Manager",
"version": "0.2.1",
"version": "0.2.2",
"description": "Application to manage web hosting in SAFE Network",
"identifier": "net.maidsafe.webhostingmanager",
"main": "./main.js",
Expand All @@ -12,7 +12,7 @@
},
"license": "MIT",
"dependencies": {
"@maidsafe/safe-node-app": "0.2.1",
"@maidsafe/safe-node-app": "0.2.2",
"classnames": "^2.2.5"
}
}
2 changes: 1 addition & 1 deletion web_hosting_manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-hosting-manager",
"productName": "Web Hosting Manager",
"version": "0.2.1",
"version": "0.2.2",
"description": "Application to host web files in the SAFE Network",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 088ae47

Please sign in to comment.