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
|
12
package.json
12
package.json
@ -1,12 +1,16 @@
|
||||
{
|
||||
"name": "@sapphirecode/encoding-helper",
|
||||
"version": "1.0.49",
|
||||
"version": "1.0.48",
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.scode.ovh:timo/encoding-helper"
|
||||
"url": "https://git.scode.ovh:timo/encoding-helper.git"
|
||||
},
|
||||
"keywords": [
|
||||
"encoding"
|
||||
@ -31,4 +35,4 @@
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user