Skip to content

Commit 3f579e4

Browse files
authored
feat: indicate support for TypeORM 0.3.0 (#24)
1 parent eafdae0 commit 3f579e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"typescript": "^4.0.2"
4141
},
4242
"peerDependencies": {
43-
"typeorm": "^0.2.0"
43+
"typeorm": "^0.2.0 || ^0.3.0"
4444
}
4545
}

0 commit comments

Comments
 (0)