Skip to content

Commit

Permalink
manual update
Browse files Browse the repository at this point in the history
  • Loading branch information
mew-ton committed May 17, 2024
1 parent ea85680 commit b6474f7
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"name": "json-origami",
"version": "0.6.0",
"version": "0.6.1",
"description": "Transform and reshape your JSON objects with the artistry of origami.",
"keywords": [
"key-value",
"transform",
"object",
"json",
"typescript"
],
"keywords": ["key-value", "transform", "object", "json", "typescript"],
"repository": {
"url": "git+https://github.com/hacomono-lib/json-origami.git",
"type": "git"
Expand All @@ -17,10 +11,7 @@
"license": "MIT",
"packageManager": "[email protected]",
"type": "module",
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit b6474f7

Please sign in to comment.