Skip to content

Commit a99cc60

Browse files
committed
Minor license upgrade to CC0
1 parent c98cb67 commit a99cc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

encodeInto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastestsmallesttextencoderdecoder-encodeinto",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"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.",
55
"keywords": [
66
"utf-8",
@@ -41,7 +41,7 @@
4141
"prepublishOnly": "if [ -f './encodeInto/package.json' ]; then cd encodeInto; npm publish; cd ..; fi",
4242
"test": "if [ \"${PWD##*/}\" != 'encodeInto' ]; then cd encodeInto/test; node --preserve-symlinks --preserve-symlinks-main -- 'test.js' -test-encode-into; cd ../..; fi; cd test; node --preserve-symlinks --preserve-symlinks-main -- 'test.js'"
4343
},
44-
"license": "Unlicense",
44+
"license": "CC0-1.0 ",
4545
"author": {
4646
"name": "Jack Giffin",
4747
"email": "wowzeryest@gmail.com",

0 commit comments

Comments
 (0)