We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021537f commit 453745bCopy full SHA for 453745b
packages/react-arborist/package.json
@@ -1,12 +1,15 @@
1
{
2
"name": "react-arborist",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"license": "MIT",
5
"source": "src/index.ts",
6
"main": "dist/index.js",
7
"module": "dist/module.js",
8
"types": "dist/index.d.ts",
9
- "repository": "github:brimdata/react-arborist",
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/brimdata/react-arborist.git"
12
+ },
13
"homepage": "https://react-arborist.netlify.app",
14
"bugs": "https://github.com/brimdata/react-arborist/issues",
15
"keywords": [
0 commit comments