Skip to content

Commit

Permalink
Uprade Dependencies + babel-plubin-istanbul + Delete Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed May 26, 2017
1 parent 497f060 commit e31492d
Show file tree
Hide file tree
Showing 19 changed files with 536 additions and 2,285 deletions.
6 changes: 6 additions & 0 deletions .babelrc
Expand Up @@ -14,6 +14,12 @@
"plugins": [
"transform-es2015-modules-commonjs"
]
},
"test": {
"plugins": [
"transform-es2015-modules-commonjs",
"istanbul"
]
}
}
}
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,5 @@ npm-debug.log
node_modules
dist
stats.json
coverage
.nyc_output
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -126,11 +126,11 @@ or a [pull request](https://github.com/ethanselzer/react-cursor-position/compare

## Attribution

Thanks to the following community members for
[openening issues](https://github.com/ethanselzer/react-cursor-position/issues?q=is%3Aissue+is%3Aclosed)
Thanks to the following community members for opening GitHub Issues and Pull Requests. Your input is very much appreciated!
* @pr0digy
* @JunyuanZheng
* @chrisdrackett
* @AlexMeah

You are awesome! ✨💫

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -17,4 +17,4 @@ dependencies:

test:
override:
- yarn test
- yarn test-ci
2 changes: 0 additions & 2 deletions coverage/coverage-final.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion coverage/lcov-report/prettify.css

This file was deleted.

1 change: 0 additions & 1 deletion coverage/lcov-report/prettify.js

This file was deleted.

Binary file removed coverage/lcov-report/sort-arrow-sprite.png
Binary file not shown.

0 comments on commit e31492d

Please sign in to comment.