Skip to content

Commit 5d0c427

Browse files
committed
Update dep
1 parent e9f47ef commit 5d0c427

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"homepage": "http://lightscript.org/",
1717
"license": "MIT",
1818
"dependencies": {
19-
"babylon-lightscript": "^0.5.0"
19+
"babylon-lightscript": "^0.5.1"
2020
},
2121
"files": [
2222
"stdlib.js",
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
const f = function (x) {
22
return x;
33
};
4+
45
function g(x) {
56
return x;
67
}
78

89
function h() {
910
const x = 3;
1011
return x;
11-
}
12+
}

0 commit comments

Comments
 (0)