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 fe5915e commit 41dc643Copy full SHA for 41dc643
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "babel-plugin-lightscript",
3
- "version": "0.5.4",
+ "version": "0.5.5",
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.4"
+ "babylon-lightscript": "^0.5.5"
20
},
21
"files": [
22
"stdlib.js",
0 commit comments