Skip to content

Commit 4800cd9

Browse files
committed
README: Explicitly request SVG badges
1 parent f6b3681 commit 4800cd9

File tree

3 files changed

+7
-286
lines changed

3 files changed

+7
-286
lines changed

LICENSE-GPL.txt

Lines changed: 0 additions & 278 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# utf8.js [![Build status](https://travis-ci.org/mathiasbynens/utf8.js.png?branch=master)](https://travis-ci.org/mathiasbynens/utf8.js) [![Dependency status](https://gemnasium.com/mathiasbynens/utf8.js.png)](https://gemnasium.com/mathiasbynens/utf8.js)
1+
# utf8.js [![Build status](https://travis-ci.org/mathiasbynens/utf8.js.svg?branch=master)](https://travis-ci.org/mathiasbynens/utf8.js) [![Dependency status](https://gemnasium.com/mathiasbynens/utf8.js.svg)](https://gemnasium.com/mathiasbynens/utf8.js)
22

33
_utf8.js_ is a well-tested UTF-8 encoder/decoder written in JavaScript. Unlike many other JavaScript solutions, it is designed to be a _proper_ UTF-8 encoder/decoder: it can encode/decode any given Unicode code point, including astral symbols and unpaired surrogates. [Here’s an online demo.](http://mothereff.in/utf-8)
44

@@ -110,10 +110,10 @@ Long before utf8.js was created, the `utf8` module on npm was registered and use
110110

111111
## Author
112112

113-
| [![twitter/mathias](http://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](http://twitter.com/mathias "Follow @mathias on Twitter") |
113+
| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias "Follow @mathias on Twitter") |
114114
|---|
115115
| [Mathias Bynens](http://mathiasbynens.be/) |
116116

117117
## License
118118

119-
utf8.js is dual licensed under the [MIT](http://mths.be/mit) and [GPL](http://mths.be/gpl) licenses.
119+
utf8.js is available under the [MIT](http://mths.be/mit) license.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@
3737
"scripts": {
3838
"test": "node tests/tests.js"
3939
},
40-
"dependencies": {},
4140
"devDependencies": {
42-
"grunt": "~0.4.1",
43-
"grunt-shell": "~0.2.2",
44-
"istanbul": "~0.1.36",
41+
"grunt": "~0.4.4",
42+
"grunt-shell": "~0.6.4",
43+
"istanbul": "~0.2.6",
4544
"qunit-clib": "~1.3.0",
4645
"qunitjs": "~1.11.0",
47-
"requirejs": "~2.1.6"
46+
"requirejs": "~2.1.11"
4847
}
4948
}

0 commit comments

Comments
 (0)