8000 Removed name in package.json · tools-utils/odoo-api@59fdc16 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59fdc16

Browse files
committed
Removed name in package.json
1 parent 9955846 commit 59fdc16

File tree

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"name": "@tools-utils/odoo",
32
"version": "1.0.0",
43
"license": "MIT",
54
"private": true,
@@ -19,5 +18,9 @@
1918
},
2019
"workspaces": [
2120
"packages/*"
22-
]
21+
],
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/tools-utils/odoo-api.git"
25+
}
2326
}

0 commit comments

Comments
 (0)
0