Skip to content

Commit

Permalink
Renamed react-panel-group to react-resizable-panels
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Dec 22, 2022
1 parent 1d66ee7 commit 050d9a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "react-panel-group",
"name": "react-resizable-panels",
"version": "0.0.1",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bvaughn/react-panel-group.git"
"url": "git+https://github.com/bvaughn/react-resizable-panels.git"
},
"source": "src/index.ts",
"main": "dist/react-panel-group.js",
"module": "dist/react-panel-group.module.js",
"types": "dist/react-panel-group.d.ts",
"main": "dist/react-resizable-panels.js",
"module": "dist/react-resizable-panels.module.js",
"types": "dist/react-resizable-panels.d.ts",
"scripts": {
"dev": "parcel 'website/index.html'",
"watch": "parcel watch",
Expand Down

0 comments on commit 050d9a8

Please sign in to comment.