diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-16 17:25:52 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-16 17:25:52 +0100 |
commit | 72eb409f785b23038d87f3513687e2e1ed4dbb7d (patch) | |
tree | 3b3bb162a085b41b51cb3130f6653ea2e397ad2a | |
parent | 475508baa9f0b21087eb85048d51af342aa09692 (diff) |
Doc
-rw-r--r-- | afb-client/README.md | 4 | ||||
-rw-r--r-- | afb-client/nbproject/project.xml | 2 | ||||
-rw-r--r-- | afb-client/package.json | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/afb-client/README.md b/afb-client/README.md index 6b628da..e506468 100644 --- a/afb-client/README.md +++ b/afb-client/README.md @@ -7,8 +7,8 @@ Install HTML5 development toolchain on your host git clone https://github.com/iotbzh/afb-client.git 2) Install NodeJs [not used on target] - zypper install nodejs - yum install nodejs + zypper install nodejs + yum install nodejs 3) Install building tools [bower, gulp, ....] npm install # this install all development tool chain dependencies diff --git a/afb-client/nbproject/project.xml b/afb-client/nbproject/project.xml index 4979f19..438e3ff 100644 --- a/afb-client/nbproject/project.xml +++ b/afb-client/nbproject/project.xml @@ -3,7 +3,7 @@ <type>org.netbeans.modules.web.clientproject</type> <configuration> <data xmlns="http://www.netbeans.org/ns/clientside-project/1"> - <name>afb-client</name> + <name>AFBclient</name> </data> <libraries xmlns="http://www.netbeans.org/ns/cdnjs-libraries/1"/> </configuration> diff --git a/afb-client/package.json b/afb-client/package.json index 3b11ee1..26cf47f 100644 --- a/afb-client/package.json +++ b/afb-client/package.json @@ -1,7 +1,7 @@ { - "name": "AudioClient", + "name": "AFBclient", "private": true, - "version": "0.0.0", + "version": "0.0.1", "repository": { "type": "git", "url": "https://github.com/iotbzh/healthy-gulp-angular-foundation6" |