Skip to content

Commit ba27899

Browse files
chore(package.json): add repository information
1 parent 3a68878 commit ba27899

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/blade-old/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "@razorpay/blade-old",
33
"author": "kamleshchandnani",
4-
"version": "0.0.2",
4+
"version": "0.0.1",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "ssh://[email protected]/razorpay/blade.git"
9+
},
610
"engines": {
711
"node": ">=12.19.0"
812
},

packages/blade/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"private": "true",
44
"version": "0.0.1",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "ssh://[email protected]/razorpay/blade.git"
9+
},
610
"devDependencies": {
711
"@types/react": "17.0.3",
812
"@types/react-native": "0.64.2",

0 commit comments

Comments
 (0)