Skip to content

Commit 685a8c0

Browse files
committed
v0.0.4
1 parent 744e232 commit 685a8c0

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "@localtools/base64",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Node.js Base64 Text Encoder/Decoder",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
7+
"type": "commonjs",
78
"scripts": {
89
"build": "tsc",
910
"format": "prettier --write \"src/**/*.(js|ts)\"",
@@ -20,9 +21,6 @@
2021
"version": "npm run format && git add -A src",
2122
"postversion": "git push && git push --tags"
2223
},
23-
"publishConfig": {
24-
"registry": "https://npm.pkg.github.com"
25-
},
2624
"repository": {
2725
"type": "git",
2826
"url": "git+https://github.com/localtools/nodejs-base64.git"
@@ -39,7 +37,11 @@
3937
"transformation",
4038
"utility"
4139
],
42-
"author": "Hebert Cisco",
40+
"author": "LocalTools",
41+
"private": false,
42+
"publishConfig": {
43+
"access": "public"
44+
},
4345
"license": "MIT",
4446
"bugs": {
4547
"url": "https://github.com/localtools/nodejs-base64/issues"

0 commit comments

Comments
 (0)