Skip to content

Commit

Permalink
Bump babel-core to 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
richgilbank committed Oct 14, 2015
1 parent 8c1198e commit e52d0e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Scratch JS",
"version": "0.0.20",
"version": "0.0.21",
"description": "Write and execute ES6 within DevTools!",
"devtools_page": "es6-repl.html",
"manifest_version": 2,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Scratch-JS",
"version": "0.0.20",
"version": "0.0.21",
"description": "Write ES6 (and other compile-to-JS languages) and execute it on a page from inside DevTools.",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/richgilbank/Scratch-JS",
"dependencies": {
"babel-core": "^5.6.20",
"babel-core": "5.8.25",
"codemirror": "^4.12.0",
"LiveScript": "https://github.com/gkz/LiveScript/archive/1.3.1.tar.gz",
"coffee-script": "https://github.com/jashkenas/coffeescript/archive/1.9.0.tar.gz",
Expand Down

0 comments on commit e52d0e2

Please sign in to comment.