Skip to content

Commit fe5915e

Browse files
committed
v0.5.4
1 parent 9e4229e commit fe5915e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-lightscript",
3-
"version": "0.5.2",
3+
"version": "0.5.4",
44
"description": "Compile LightScript to JavaScript.",
55
"main": "index.js",
66
"engines": {
@@ -16,7 +16,7 @@
1616
"homepage": "http://lightscript.org/",
1717
"license": "MIT",
1818
"dependencies": {
19-
"babylon-lightscript": "^0.5.2"
19+
"babylon-lightscript": "^0.5.4"
2020
},
2121
"files": [
2222
"stdlib.js",
@@ -28,9 +28,9 @@
2828
"babel-eslint": "^7.0.0",
2929
"babel-helper-plugin-test-runner": "^6.18.0",
3030
"babel-plugin-add-module-exports": "^0.2.1",
31-
"babel-preset-env": "^1.3.2",
3231
"babel-plugin-syntax-jsx": "^6.18.0",
3332
"babel-plugin-transform-flow-strip-types": "^6.22.0",
33+
"babel-preset-env": "^1.3.2",
3434
"eslint": "^3.10.2",
3535
"eslint-config-babel": "^3.0.0",
3636
"eslint-plugin-babel": "^4.0.0",

0 commit comments

Comments
 (0)