diff --git a/package.json b/package.json index 14bfec4..3a48e48 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "fast-text-encoding", "version": "1.0.0", - "description": "Fast polyfill for TextEncoder and TextDecoder, only supports utf-8 Edit", + "description": "Fast polyfill for TextEncoder and TextDecoder, only supports utf-8", "main": "text.min.js", - "repository": "git@github.com:samthor/text.git", + "repository": "https://github.com/samthor/fast-text-encoder.git", "author": "Sam Thorogood ", "license": "Apache-2" }