aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh10
-rw-r--r--package-lock.json19
-rw-r--r--package.json2
3 files changed, 7 insertions, 24 deletions
diff --git a/deploy.sh b/deploy.sh
index c2bfdb4..c5be4d6 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -24,10 +24,6 @@ VERSION=$(cat package.json \
| sed 's/[",]//g' \
| tr -d '[[:space:]]')
-echo "Deploying for tag: $VERSION."
-git add package.json package-lock.json
-git commit --amend --no-edit
-
tput setaf 4
echo "> Build app"
tput sgr0
@@ -37,6 +33,12 @@ npm install
npm run build
tput setaf 4
+echo "Deploying for tag: $VERSION."
+tput sgr0
+git add package.json package-lock.json
+git commit --amend --no-edit
+
+tput setaf 4
echo "> Copy to gh-pages branch and commit"
tput sgr0
diff --git a/package-lock.json b/package-lock.json
index e864c21..224a27c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1417,22 +1417,12 @@
"physical-cpu-count": "^2.0.0"
}
},
- "@types/node": {
- "version": "8.10.40",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.40.tgz",
- "integrity": "sha512-RRSjdwz63kS4u7edIwJUn8NqKLLQ6LyqF/X4+4jp38MBT3Vwetewi2N4dgJEshLbDwNgOJXNYoOwzVZUSSLhkQ=="
- },
"@types/q": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz",
"integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==",
"dev": true
},
- "@types/web-bluetooth": {
- "version": "0.0.9",
- "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.9.tgz",
- "integrity": "sha512-P6oHnRSEqRCR1fdAtJXmKBiHE3fOWtNFyfjm9NQZPrxdQjSZgRSiKRiHjLyKBh8eCvM8ldDS8/VJN0qKg0Pk1Q=="
- },
"abab": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
@@ -4580,15 +4570,6 @@
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
"dev": true
},
- "microbit-web-bluetooth": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/microbit-web-bluetooth/-/microbit-web-bluetooth-0.6.0.tgz",
- "integrity": "sha512-07weZxJk/1ccCbQB+xF/TW9TFW3eqaWaqWwQNXY7byNR4RgcEvQjlHbtlO390zHGCjHfuPyivvZG+gRY+TcZqQ==",
- "requires": {
- "@types/node": "8.10.40",
- "@types/web-bluetooth": "~0.0.5"
- }
- },
"micromatch": {
"version": "3.1.10",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
diff --git a/package.json b/package.json
index b903d4e..9178027 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hoverbit-ble-controller",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "",
"license": "MIT",
"scripts": {