Skip to content

Commit

Permalink
update gitignore, package
Browse files Browse the repository at this point in the history
  • Loading branch information
djedr committed Jun 22, 2023
1 parent 177a52b commit 3bc4e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
ignored
.env.json
.env.json
*.tgz
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xtao-org/fitzjson.js",
"type": "module",
"version": "0.1.0",
"version": "0.1.2",
"description": "An implementation of fitzJSON in JavaScript",
"main": "fitzjson.js",
"scripts": {
Expand Down

0 comments on commit 3bc4e6e

Please sign in to comment.