Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "wtf-8", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A well-tested WTF-8 encoder/decoder written in JavaScript.", | ||
@@ -21,3 +21,3 @@ "homepage": "https://mths.be/wtf8", | ||
"type": "git", | ||
"url": "https://github.com/mathiasbynens/wtf-8.js.git" | ||
"url": "https://github.com/mathiasbynens/wtf-8.git" | ||
}, | ||
@@ -28,3 +28,3 @@ "files": [ | ||
], | ||
"bugs": "https://github.com/mathiasbynens/wtf-8.js/issues", | ||
"bugs": "https://github.com/mathiasbynens/wtf-8/issues", | ||
"scripts": { | ||
@@ -31,0 +31,0 @@ "test": "node tests/tests.js" |
@@ -9,3 +9,3 @@ # wtf-8 [![Build status](https://travis-ci.org/mathiasbynens/wtf-8.svg?branch=master)](https://travis-ci.org/mathiasbynens/wtf-8) [![Dependency status](https://gemnasium.com/mathiasbynens/wtf-8.svg)](https://gemnasium.com/mathiasbynens/wtf-8) | ||
Via [npm](http://npmjs.org/): | ||
Via [npm](https://www.npmjs.com/): | ||
@@ -34,3 +34,3 @@ ```bash | ||
In [Narwhal](http://narwhaljs.org/), [Node.js](http://nodejs.org/), and [RingoJS ≥ v0.8.0](http://ringojs.org/): | ||
In [Narwhal](http://narwhaljs.org/), [Node.js](https://nodejs.org/), and [RingoJS ≥ v0.8.0](http://ringojs.org/): | ||
@@ -37,0 +37,0 @@ ```js |
@@ -1,2 +0,2 @@ | ||
/*! https://mths.be/wtf8 v1.0.0 by @mathias */ | ||
/*! https://mths.be/wtf8 v1.0.1 by @mathias */ | ||
;(function(root) { | ||
@@ -205,3 +205,3 @@ | ||
var wtf8 = { | ||
'version': '1.0.0', | ||
'version': '1.0.1', | ||
'encode': wtf8encode, | ||
@@ -208,0 +208,0 @@ 'decode': wtf8decode |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
249154