Skip to content

Commit

Permalink
Updated package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Sep 29, 2022
1 parent 2bec5dc commit 8fd53a5
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- Updated package.json metadata

## 1.0.0

Initial release
2 changes: 1 addition & 1 deletion lib/index.js

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

2 changes: 1 addition & 1 deletion lib/minimization.js

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

50 changes: 27 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
{
"name": "minimize-json",
"version": "1.0.1",
"description": "Minimize your JSON files without making a bundle",
"author": {
"name": "Lorenzo Pichilli",
"email": "pichillilorenzo@gmail.com",
"url": "https://github.com/pichillilorenzo"
},
"version": "1.0.0",
"homepage": "https://github.com/pichillilorenzo/minimize-json#readme",
"funding": {
"type" : "individual",
"url" : "https://www.paypal.me/LorenzoPichilli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pichillilorenzo/minimize-json.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/pichillilorenzo/minimize-json/issues"
},
"keywords": [
"minimize-json",
"minimize",
"minify",
"minify-json",
"json"
],
"main": "lib/index.js",
"bin": {
"minimize-json": "lib/index.js"
Expand All @@ -24,34 +44,18 @@
"watch": "tsc --watch",
"postbuild": "minimize-js ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pichillilorenzo/minimize-json.git"
},
"keywords": [
"minimize-json",
"minimize",
"minify",
"minify-json",
"json"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/pichillilorenzo/minimize-json/issues"
"dependencies": {
"commander": "^8.3.0",
"glob": "^7.2.0",
"pretty-bytes": "^5.6.0",
"progress-barjs": "^2.2.1",
"tslib": "^2.3.1"
},
"homepage": "https://github.com/pichillilorenzo/minimize-json#readme",
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.11",
"typescript": "^4.5.2",
"minimize-js": "^1.3.0"
},
"dependencies": {
"commander": "^8.3.0",
"glob": "^7.2.0",
"pretty-bytes": "^5.6.0",
"progress-barjs": "^2.2.1",
"tslib": "^2.3.1"
}
}

0 comments on commit 8fd53a5

Please sign in to comment.