Skip to content

Commit ac93401

Browse files
committed
added license badge
1 parent b217287 commit ac93401

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hyperHTML
22

3-
[![Build Status](https://travis-ci.org/WebReflection/hyperHTML.svg?branch=master)](https://travis-ci.org/WebReflection/hyperHTML) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/hyperHTML/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/hyperHTML?branch=master) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/WebReflection/donate)
3+
[![License: ISC](https://img.shields.io/badge/License-ISC-yellow.svg)](https://opensource.org/licenses/ISC) [![Build Status](https://travis-ci.org/WebReflection/hyperHTML.svg?branch=master)](https://travis-ci.org/WebReflection/hyperHTML) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/hyperHTML/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/hyperHTML?branch=master) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/WebReflection/donate)
44

55

66
<img alt="hyperHTML logo" src="https://webreflection.github.io/hyperHTML/logo/hyperhtml.svg" width="116" height="81">
@@ -265,6 +265,3 @@ function toImage(alt) {
265265
If your string literals are transpiled, this project should be compatible with every single browser, old or new.
266266

267267
If you don't transpile string literals, check the [test page](https://webreflection.github.io/hyperHTML/test/) and wait 'till it's green.
268-
269-
- - -
270-
(C) 2017 Andrea Giammarchi - MIT Style License

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"diff"
2424
],
2525
"author": "Andrea Giammarchi",
26-
"license": "MIT",
26+
"license": "ISC",
2727
"bugs": {
2828
"url": "https://github.com/WebReflection/hyperhtml/issues"
2929
},

0 commit comments

Comments
 (0)