From 0bf60442b4d98877174481a68e83840c9e75e6c6 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Tue, 12 Nov 2019 15:50:35 +0000 Subject: [PATCH] build: 1.0.8 and rename package for temp publish --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1af9af6..b500b27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "fastestsmallesttextencoderdecoder", - "version": "1.0.7", + "name": "fastestsmallesttextencoderdecoder-browser", + "version": "1.0.8", "description": "The fastest smallest Javascript polyfill for the encode of TextEncoder and decode of TextDecoder for UTF-8 only. Made by AnonyCo with ❤️ from 🐕s.", "keywords": ["utf-8","encoding","decoding","encoder","decoder","javascript","polyfill","js","utf8","compact","cross-browser","utf8-string","pure-javascript","nodejs","node-js","node-module","nodejs-modules","performance","tiny","small"], "homepage": "https://github.com/anonyco/FastestSmallestTextEncoderDecoder#quick-start",