Skip to content

Commit

Permalink
fix: update package.json with correct name, description, and reposito…
Browse files Browse the repository at this point in the history
…ry format
  • Loading branch information
MasatoMakino committed Dec 23, 2024
1 parent abf77de commit f3e2dcd
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threejs-postprocess",
"discription": "Collection of post process modules for three.js",
"name": "@masatomakino/threejs-postprocess",
"description": "Collection of post process module for three.js",
"version": "0.3.0",
"type": "module",
"exports": {
Expand All @@ -13,7 +13,10 @@
"files": [
"esm"
],
"repository": "https://[email protected]/MasatoMakino/threejs-postprocess.git",
"repository": {
"type": "git",
"url": "git+https://[email protected]/MasatoMakino/threejs-postprocess.git"
},
"author": "MasatoMakino <[email protected]>",
"license": "MIT",
"peerDependencies": {
Expand Down Expand Up @@ -51,5 +54,12 @@
},
"lint-staged": {
"*.{js,ts,css,md}": "prettier --write"
}
},
"directories": {
"doc": "docs"
},
"bugs": {
"url": "https://github.com/MasatoMakino/threejs-postprocess/issues"
},
"homepage": "https://github.com/MasatoMakino/threejs-postprocess#readme"
}

0 comments on commit f3e2dcd

Please sign in to comment.