Skip to content

Commit 3e681aa

Browse files
author
Mihail Slavchev
committed
use fixed dependencies version
1 parent b6676b8 commit 3e681aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

android-static-binding-generator/project/parser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"babel-traverse": "^6.4.5",
13-
"babel-types": "^6.4.5",
14-
"babylon": "^6.4.5",
15-
"filewalker": "^0.1.2",
16-
"lazy": "^1.0.11"
12+
"babel-traverse": "6.4.5",
13+
"babel-types": "6.4.5",
14+
"babylon": "6.4.5",
15+
"filewalker": "0.1.2",
16+
"lazy": "1.0.11"
1717
}
1818
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tns-android",
33
"description": "NativeScript Runtime for Android",
4-
"version": "2.4.1",
4+
"version": "2.4.2",
55
"files": [
66
"**/*"
77
]

0 commit comments

Comments
 (0)