Skip to content

Commit

Permalink
Merge pull request #34 from threlte/package-desc
Browse files Browse the repository at this point in the history
Add package.json description
  • Loading branch information
michealparks authored Jun 26, 2024
2 parents c1c9ab1 + ee83b7f commit 204f0b3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-clouds-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'three-inspect': patch
---

Add package.json description
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
"name": "three-inspect",
"version": "0.7.0",
"type": "module",
"description": "An inspector and debugger for Three.js",
"keywords": [
"three",
"three.js",
"3d",
"inspect",
"debug",
"webgl",
"monitoring",
"threlte",
"r3f"
],
"files": [
"dist",
"!dist/**/*.test.*",
Expand All @@ -21,17 +33,6 @@
"type": "git",
"url": "git+https://github.com/michealparks/three-inspect.git"
},
"keywords": [
"three",
"three.js",
"3d",
"inspect",
"debug",
"webgl",
"monitoring",
"threlte",
"r3f"
],
"license": "MIT",
"scripts": {
"start": "vite --host --open",
Expand Down

0 comments on commit 204f0b3

Please sign in to comment.