Skip to content

Commit 6c8e326

Browse files
authored
Made the nact dependecy looser
1 parent cbc5622 commit 6c8e326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nact-persistence-postgres",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "PostgreSQL Persistence provider for NAct",
55
"main": "lib/index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"url": "http://github.com/ncthbrt/nact-persistence-postgres/issues"
2929
},
3030
"dependencies": {
31-
"nact": "^2.1.0",
31+
"nact": "~2.1.0",
3232
"pg-reactive": "^0.3.2",
3333
"rxjs": "^5.4.3"
3434
},

0 commit comments

Comments
 (0)