This commit is contained in:
parent
9bdab287f0
commit
ae930dbf78
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
initial release
|
10
package.json
10
package.json
@ -1,12 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/encoding-helper",
|
"name": "@sapphirecode/encoding-helper",
|
||||||
"version": "1.0.49",
|
"version": "1.0.48",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Timo Hocker <timo@scode.ovh>",
|
"author": {
|
||||||
|
"name": "Timo Hocker",
|
||||||
|
"email": "timo@scode.ovh"
|
||||||
|
},
|
||||||
|
"bugs": "https://redmine.scode.ovh/projects/encoding-helper",
|
||||||
"description": "Converting strings between different encodings",
|
"description": "Converting strings between different encodings",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@git.scode.ovh:timo/encoding-helper"
|
"url": "https://git.scode.ovh:timo/encoding-helper.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"encoding"
|
"encoding"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user