Skip to content

Commit

Permalink
Switch build system to tsdx (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall authored Oct 30, 2020
1 parent 567a30b commit 8f8f8d6
Show file tree
Hide file tree
Showing 27 changed files with 4,196 additions and 6,197 deletions.
13 changes: 0 additions & 13 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

# User Interface distribution / packaging
**/node_modules/
coverage

# Other
_book
.cache
source.html
*.log
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
.DS_Store
.gitignore
.idea
.vscode
.vscode
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "10"
- "8"
- "node"
- "lts/*"
cache:
directories:
- "node_modules"
Expand All @@ -18,7 +18,7 @@ jobs:
script: yarn lint
- stage: Produce Coverage
node_js: node
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
script: yarn test --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

branches:
only:
Expand Down
4 changes: 0 additions & 4 deletions SUMMARY.md

This file was deleted.

19 changes: 0 additions & 19 deletions book.json

This file was deleted.

Loading

0 comments on commit 8f8f8d6

Please sign in to comment.