From 40eba03e811a6c3b32c9bf737b38a738a7b9f7b9 Mon Sep 17 00:00:00 2001 From: Sam Thorogood Date: Fri, 1 Sep 2017 15:06:38 +1000 Subject: [PATCH] fix package --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }