Skip to content

Commit cd4d45e

Browse files
committed
0.1.1
1 parent 438c7a9 commit cd4d45e

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-orderable",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"main": "./dist/typeorm-orderable.cjs",
66
"module": "./dist/typeorm-orderable.js",
@@ -21,11 +21,16 @@
2121
"type": "git",
2222
"url": "git+https://github.com/cheplv/typeorm-orderable.git"
2323
},
24-
"keywords": ["typeorm", "decorator", "column", "order"],
24+
"keywords": [
25+
"typeorm",
26+
"decorator",
27+
"column",
28+
"order"
29+
],
2530
"author": {
2631
"name": "Yuri Tcherepanov",
2732
"email": "[email protected]",
28-
"url": "https://github.com/cheplv"
33+
"url": "https://github.com/cheplv"
2934
},
3035
"scripts": {
3136
"clean": "rimraf dist",

0 commit comments

Comments
 (0)