Skip to content

Commit 5a4441e

Browse files
committed
updates
1 parent 82500e3 commit 5a4441e

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
<!-- BADGES/ -->
99

10-
<span class="badge-travisci"><a href="http://travis-ci.org/Dash-OS/reducer-generator-object-map" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/Dash-OS/reducer-generator-object-map/master.svg" alt="Travis CI Build Status" /></a></span>
1110
<span class="badge-npmversion"><a href="https://npmjs.org/package/reducer-generator-object-map" title="View this project on NPM"><img src="https://img.shields.io/npm/v/reducer-generator-object-map.svg" alt="NPM version" /></a></span>
1211
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/reducer-generator-object-map" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/reducer-generator-object-map.svg" alt="NPM downloads" /></a></span>
12+
<span class="badge-travisci"><a href="http://travis-ci.org/Dash-OS/reducer-generator-object-map" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/Dash-OS/reducer-generator-object-map/master.svg" alt="Travis CI Build Status" /></a></span>
13+
<span class="badge-coveralls"><a href="https://coveralls.io/r/Dash-OS/reducer-generator-object-map" title="View this project's coverage on Coveralls"><img src="https://img.shields.io/coveralls/Dash-OS/reducer-generator-object-map.svg" alt="Coveralls Coverage Status" /></a></span>
1314

1415
<!-- /BADGES -->
1516

@@ -92,4 +93,16 @@ These amazing people have contributed code to this project:
9293
<!-- /BACKERS -->
9394

9495

95-
<!-- LICENSE -->
96+
<!-- LICENSE/ -->
97+
98+
<h2>License</h2>
99+
100+
Unless stated otherwise all works are:
101+
102+
<ul><li>Copyright &copy; Braden R. Napier</li></ul>
103+
104+
and licensed under:
105+
106+
<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>
107+
108+
<!-- /LICENSE -->

coverage/lcov-report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1>
7777
</div><!-- /wrapper -->
7878
<div class='footer quiet pad2 space-top1 center small'>
7979
Code coverage
80-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 17 2017 02:40:45 GMT+0000 (UTC)
80+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 17 2017 02:44:03 GMT+0000 (UTC)
8181
</div>
8282
</div>
8383
<script src="prettify.js"></script>

coverage/lcov-report/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1>
9191
</div><!-- /wrapper -->
9292
<div class='footer quiet pad2 space-top1 center small'>
9393
Code coverage
94-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 17 2017 02:40:45 GMT+0000 (UTC)
94+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 17 2017 02:44:03 GMT+0000 (UTC)
9595
</div>
9696
</div>
9797
<script src="prettify.js"></script>

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,15 @@
3636
},
3737
"badges": {
3838
"list": [
39-
"travisci",
4039
"npmversion",
41-
"npmdownloads"
40+
"npmdownloads",
41+
"travisci",
42+
"coveralls",
43+
"githubfollow",
44+
"hackernewssubmit",
45+
"redditsubmit",
46+
"twittertweet",
47+
"githubstar"
4248
]
4349
},
4450
"devDependencies": {

0 commit comments

Comments
 (0)