Skip to content

Commit e0efe78

Browse files
committed
fix: fixed version of @types/node to prevent issue with rxjs
1 parent 8f47987 commit e0efe78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"tslib": "~1.9.2"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^10.1.4",
19+
"@types/node": "10.1.4",
2020
"nativescript": "*",
2121
"typescript": "^2.9.2"
2222
}

0 commit comments

Comments
 (0)