Skip to content

Commit 93f3e6d

Browse files
author
JungleRaja Dev
committed
Add repo url to package.json
1 parent 7a5d20e commit 93f3e6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"require": "./dist/typeorm-orderable.umd.cjs"
1212
}
1313
},
14-
"description": "",
14+
"description": "Typeorm decorators to make columns orderable on table sql generation",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/cheplv/typeorm-orderable.git"
18+
},
1519
"scripts": {
1620
"clean": "rimraf dist",
1721
"build": "npm run clean && tsc && vite build",

0 commit comments

Comments
 (0)