Skip to content

Commit 3c4e1e6

Browse files
committed
Minor changes
* Fixing clerical errors in package.json * Adding _blank to code climate
1 parent 23fb09d commit 3c4e1e6

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<a href="https://travis-ci.org/atomicpages/pretty-checkbox-react" target="_blank" rel="nofollow noreferred noopener">
1212
<img alt="Build Status" src="https://img.shields.io/travis/atomicpages/pretty-checkbox-react.svg?style=flat-square">
1313
</a>
14-
<a href='https://coveralls.io/github/atomicpages/pretty-checkbox-react?branch=master'>
14+
<a href='https://coveralls.io/github/atomicpages/pretty-checkbox-react?branch=master' target="_blank">
1515
<img alt="Coverage Status" src="https://img.shields.io/coveralls/github/atomicpages/pretty-checkbox-react/master.svg?style=flat-square">
1616
</a>
17-
<a href="https://codeclimate.com/github/atomicpages/pretty-checkbox-react/maintainability">
17+
<a href="https://codeclimate.com/github/atomicpages/pretty-checkbox-react/maintainability" target="_blank">
1818
<img src="https://api.codeclimate.com/v1/badges/e7cca7813f2905d7aca7/maintainability" />
1919
</a>
2020
</p>

package-lock.json

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"type": "git",
3131
"url": "git+https://github.com/atomicpages/pretty-checkbox-react.git"
3232
},
33-
"author": "Dennis Thompson <atomicpages@gmail.com",
33+
"author": "Dennis Thompson <djtthompson@gmail.com>",
3434
"maintainers": [
35-
"Dennis Thompson <atomicpages@gmail.com"
35+
"Dennis Thompson <djtthompson@gmail.com>"
3636
],
3737
"license": "MIT",
3838
"bugs": {
@@ -50,6 +50,7 @@
5050
"@babel/preset-env": "^7.2.3",
5151
"@babel/preset-flow": "^7.0.0",
5252
"@babel/preset-react": "^7.0.0",
53+
"babel-core": "^7.0.0-bridge.0",
5354
"babel-eslint": "^9.0.0",
5455
"babel-jest": "^23.6.0",
5556
"coveralls": "^3.0.2",
@@ -77,7 +78,6 @@
7778
"rollup-plugin-uglify": "^6.0.1"
7879
},
7980
"dependencies": {
80-
"babel-core": "^7.0.0-bridge.0",
8181
"classnames": "^2.2.6"
8282
},
8383
"jest": {

0 commit comments

Comments
 (0)