We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6676b8 commit 3e681aaCopy full SHA for 3e681aa
android-static-binding-generator/project/parser/package.json
@@ -9,10 +9,10 @@
9
"author": "",
10
"license": "ISC",
11
"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"
+ "babel-traverse": "6.4.5",
+ "babel-types": "6.4.5",
+ "babylon": "6.4.5",
+ "filewalker": "0.1.2",
+ "lazy": "1.0.11"
17
}
18
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tns-android",
3
"description": "NativeScript Runtime for Android",
4
- "version": "2.4.1",
+ "version": "2.4.2",
5
"files": [
6
"**/*"
7
]
0 commit comments