Skip to content

Commit

Permalink
Merge bf83007 into ed308f9
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfelixl committed Feb 16, 2019
2 parents ed308f9 + bf83007 commit cae72dd
Show file tree
Hide file tree
Showing 42 changed files with 14,420 additions and 1,578 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
node_modules/
yarn.lock
dist/

yarn.lock

coverage/

**/plotly.js/**

**/*.tgz
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 120,
"trailingComma": "all",
"singleQuote": true
}
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language : node_js
node_js :
- stable
- 10.15.0
install:
- npm install
script:
- npm run test
- npm run lint

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
after_script: npm run coverage
1 change: 0 additions & 1 deletion coverage/coverage.json

This file was deleted.

213 changes: 0 additions & 213 deletions coverage/lcov-report/base.css

This file was deleted.

93 changes: 0 additions & 93 deletions coverage/lcov-report/dist/index.html

This file was deleted.

Loading

0 comments on commit cae72dd

Please sign in to comment.