Skip to content

Commit

Permalink
v2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohnson committed Jun 8, 2017
1 parent 16a34de commit 3cefb9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oigroup/babel-plugin-lightscript",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Compile LightScript to JavaScript.",
"main": "lib/index.js",
"engines": {
Expand All @@ -19,7 +19,7 @@
"homepage": "http://lightscript.org/",
"license": "MIT",
"dependencies": {
"@oigroup/babylon-lightscript": "2.0.0-alpha.2",
"@oigroup/babylon-lightscript": "2.0.0-alpha.3",
"ast-loc-utils": "^1.0.3",
"babel-types": "^6.24.0"
},
Expand All @@ -33,16 +33,16 @@
"babel-core": "^6.24.0",
"babel-helper-plugin-test-runner": "^6.18.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.3.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.3.2",
"eslint": "^3.19.0",
"eslint-config-babel": "^6.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.20.0",
"mocha": "^3.2.0",
"glob": "^7.1.1",
"yargs": "^7.0.2",
"rimraf": "^2.6.1"
"mocha": "^3.2.0",
"rimraf": "^2.6.1",
"yargs": "^7.0.2"
}
}

0 comments on commit 3cefb9f

Please sign in to comment.