Skip to content

Commit ae64977

Browse files
committed
fix package info
1 parent 1bfcf86 commit ae64977

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/react-cm/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"description": "",
66
"main": "index.js",
77
"scripts": {},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/orgapp/orgajs",
11+
"directory": "packages/react-cm"
12+
},
813
"keywords": [],
914
"author": "",
1015
"license": "ISC",

packages/react/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "4.2.1",
44
"license": "MIT",
55
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/orgapp/orgajs",
9+
"directory": "packages/react"
10+
},
611
"files": [
712
"index.js",
813
"index.d.ts",

0 commit comments

Comments
 (0)