diff --git a/.gitignore b/.gitignore index a088b6f..c489503 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules bower_components +package-lock.json diff --git a/carsincommon.apk b/carsincommon.apk deleted file mode 100755 index 71f1920..0000000 Binary files a/carsincommon.apk and /dev/null differ diff --git a/img/carsincommon.png b/img/commonroutes.png similarity index 100% rename from img/carsincommon.png rename to img/commonroutes.png diff --git a/index.html b/index.html index ea9c74c..07b8383 100755 --- a/index.html +++ b/index.html @@ -57,14 +57,11 @@ -
  • - Access App -
  • Download
  • - Contact + FairCoop
  • @@ -89,7 +86,7 @@ Download

    -

    Site under construction

    +

    Pre-alpha version

    @@ -156,7 +153,7 @@

    - +
    @@ -170,8 +167,8 @@

    Under development

    - - Download (pre-alpha version) + + Download (pre-alpha version) @@ -196,7 +193,7 @@ diff --git a/package.json b/package.json index f90691f..0877a3a 100755 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gulp-less": "^3.1.0", "gulp-rename": "^1.2.2", "gulp-uglify": "^1.5.4", - "jquery": "^1.11.3", + "jquery": "^3.0.0", "http-server": "^0.9.0" }, "repository": {