Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoTN committed Apr 22, 2018
2 parents c744415 + 3cb70be commit a6cce36
Show file tree
Hide file tree
Showing 115 changed files with 22,080 additions and 4,900 deletions.
27 changes: 19 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules
/node_modules

# testing
coverage
/coverage

# production
build
tfoostrap/build
/build

# tfoostrap
/tfoostrap/build
/tfoostrap/node_modules

# misc
.DS_Store
.env
npm-debug.log
.idea/
.env.local
.env.development.local
.env.test.local
.env.production.local
.idea

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

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
progress=false
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "6"
before_install:
- npm install -g babel-cli rimraf
script:
- npm test -- --coverage
- npm build
language: node_js
node_js:
- "7"
before_install:
- npm install -g babel-cli rimraf
script:
- npm test -- --coverage
- npm build
28 changes: 0 additions & 28 deletions config/env.js

This file was deleted.

196 changes: 0 additions & 196 deletions config/eslint.js

This file was deleted.

12 changes: 0 additions & 12 deletions config/jest/cssTransform.js

This file was deleted.

10 changes: 0 additions & 10 deletions config/jest/fileTransform.js

This file was deleted.

45 changes: 0 additions & 45 deletions config/paths.js

This file was deleted.

14 changes: 0 additions & 14 deletions config/polyfills.js

This file was deleted.

Loading

0 comments on commit a6cce36

Please sign in to comment.