Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .babelrc

This file was deleted.

3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
versions/
build/*
versions/*
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
extends: ['aegir', 'standard-react'],
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module'
}
}
7 changes: 0 additions & 7 deletions .eslintrc.json

This file was deleted.

29 changes: 23 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
package-lock.json
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

yarn.lock
node_modules/
.module-cache
cache/
npm-debug.log
dist/*.*
package-lock.json
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ node_js:
- "6"
- stable

before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

script:
- npm run lint
- npm test
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ test:
override:
- npm run lint
- npm test
- npm run build
- npm run build
Binary file removed dist/favicon.ico
Binary file not shown.
Binary file removed dist/img/dark-world.jpg
Binary file not shown.
Binary file removed dist/img/world.jpg
Binary file not shown.
76 changes: 0 additions & 76 deletions dist/locale/webui-cs.json

This file was deleted.

74 changes: 0 additions & 74 deletions dist/locale/webui-de.json

This file was deleted.

74 changes: 0 additions & 74 deletions dist/locale/webui-en.json

This file was deleted.

74 changes: 0 additions & 74 deletions dist/locale/webui-fr.json

This file was deleted.

Loading