We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4229e commit fe5915eCopy full SHA for fe5915e
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "babel-plugin-lightscript",
3
- "version": "0.5.2",
+ "version": "0.5.4",
4
"description": "Compile LightScript to JavaScript.",
5
"main": "index.js",
6
"engines": {
@@ -16,7 +16,7 @@
16
"homepage": "http://lightscript.org/",
17
"license": "MIT",
18
"dependencies": {
19
- "babylon-lightscript": "^0.5.2"
+ "babylon-lightscript": "^0.5.4"
20
},
21
"files": [
22
"stdlib.js",
@@ -28,9 +28,9 @@
28
"babel-eslint": "^7.0.0",
29
"babel-helper-plugin-test-runner": "^6.18.0",
30
"babel-plugin-add-module-exports": "^0.2.1",
31
- "babel-preset-env": "^1.3.2",
32
"babel-plugin-syntax-jsx": "^6.18.0",
33
"babel-plugin-transform-flow-strip-types": "^6.22.0",
+ "babel-preset-env": "^1.3.2",
34
"eslint": "^3.10.2",
35
"eslint-config-babel": "^3.0.0",
36
"eslint-plugin-babel": "^4.0.0",
0 commit comments