Skip to content

Commit 040a2b0

Browse files
committed
release: 1.2.0
1 parent 62a7bc2 commit 040a2b0

File tree

2 files changed

+71
-48
lines changed

2 files changed

+71
-48
lines changed

package-lock.json

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

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-naming-strategies",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Custom naming strategies for typeorm",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -17,7 +17,7 @@
1717
],
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/xxxtonixxx/typeorm-naming-strategies"
20+
"url": "https://github.com/tonivj5/typeorm-naming-strategies"
2121
},
2222
"author": "Toni Villena",
2323
"license": "MIT",
@@ -31,11 +31,11 @@
3131
},
3232
"dependencies": {},
3333
"devDependencies": {
34-
"@types/node": "^12.0.4",
35-
"tslint": "^5.17.0",
34+
"@types/node": "^14.6.2",
35+
"tslint": "^6.1.3",
3636
"typeorm": "^0.2.18",
37-
"prettier": "^1.17.1",
38-
"typescript": "^3.5.1"
37+
"prettier": "^2.1.1",
38+
"typescript": "^4.0.2"
3939
},
4040
"peerDependencies": {
4141
"typeorm": "^0.2.0"

0 commit comments

Comments
 (0)