Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertcisco committed Jan 7, 2023
1 parent 744e232 commit 685a8c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@localtools/base64",
"version": "0.0.3",
"version": "0.0.4",
"description": "Node.js Base64 Text Encoder/Decoder",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "commonjs",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.(js|ts)\"",
Expand All @@ -20,9 +21,6 @@
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/localtools/nodejs-base64.git"
Expand All @@ -39,7 +37,11 @@
"transformation",
"utility"
],
"author": "Hebert Cisco",
"author": "LocalTools",
"private": false,
"publishConfig": {
"access": "public"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/localtools/nodejs-base64/issues"
Expand Down

0 comments on commit 685a8c0

Please sign in to comment.