Skip to content

Commit

Permalink
build(update): update dependencies
Browse files Browse the repository at this point in the history
Update all dependencies, remove deprecated and update preact project
  • Loading branch information
gmarcos87 committed May 17, 2018
1 parent 0c0a99f commit 7a76081
Show file tree
Hide file tree
Showing 29 changed files with 13,711 additions and 13,966 deletions.
19 changes: 0 additions & 19 deletions .babelrc

This file was deleted.

4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
root = true

[*]
indent_style = tab
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json,.*rc,*.yml}]
indent_style = space
indent_size = 2
indent_size = 4

[*.md]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 7.8.0
- 8.9.4
script: npm run build --production

before_deploy: tar -zcvf $TRAVIS_BUILD_DIR/lime-app-$TRAVIS_BRANCH.tar.gz build
Expand Down
Binary file removed build/2273e3d8ad9264b7daa5bdbf8e6b47f8.png
Binary file not shown.
Binary file removed build/44a526eed258222515aa21eaffd14a96.png
Binary file not shown.
Binary file removed build/4f0283c6ce28e888000e978e537a6a56.png
Binary file not shown.
Binary file removed build/a6137456ed160d7606981aa57c559898.png
Binary file not shown.
17 changes: 0 additions & 17 deletions build/appcache/manifest.appcache

This file was deleted.

2 changes: 0 additions & 2 deletions build/appcache/manifest.html

This file was deleted.

Empty file removed build/assets/.gitkeep
Empty file.
Binary file removed build/assets/icons/android-chrome-512x512.png
Binary file not shown.
Binary file removed build/assets/icons/favicon-16x16.png
Binary file not shown.
Binary file removed build/assets/icons/mstile-150x150.png
Binary file not shown.
2 changes: 0 additions & 2 deletions build/bundle.js

This file was deleted.

Binary file removed build/d95d69fa8a7dfe391399e22c0c45e203.png
Binary file not shown.
1 change: 0 additions & 1 deletion build/index.html

This file was deleted.

14 changes: 0 additions & 14 deletions build/manifest.json

This file was deleted.

2 changes: 0 additions & 2 deletions build/style.css

This file was deleted.

3 changes: 0 additions & 3 deletions build/sw.js

This file was deleted.

1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']};
16 changes: 16 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "app-lime",
"short_name": "app-lime",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#fff",
"theme_color": "#673ab8",
"icons": [
{
"src": "/assets/icon.png",
"type": "image/png",
"sizes": "512x512"
}
]
}
Loading

0 comments on commit 7a76081

Please sign in to comment.