Skip to content

Commit

Permalink
Update Babel to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Jun 6, 2015
1 parent 0a88620 commit fd49b0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.15

* Update Babel to 5.5 because of a bug with Babel 5.1 runtime.

## 2.1.14

* Make `access` work when not autofilled ([#399](https://github.com/SassDoc/sassdoc/issues/399))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://twitter.com/pascalduez"
}
],
"version": "2.1.14",
"version": "2.1.15",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -75,7 +75,7 @@
"README.md"
],
"dependencies": {
"babel-runtime": "5.1.*",
"babel-runtime": "5.5.*",
"chalk": "^1.0.0",
"concat-stream": "^1.4.7",
"docopt": "^0.6.1",
Expand All @@ -99,7 +99,7 @@
"vinyl-source-stream": "^1.0.0"
},
"devDependencies": {
"babel": "5.1.*",
"babel": "5.5.*",
"babel-eslint": "^2.0.2",
"coveralls": "^2.11.2",
"dateformat": "^1.0.11",
Expand Down

0 comments on commit fd49b0c

Please sign in to comment.