@ -1,5 +1,9 @@
# rollup changelog
## 0.7.7
* Promise `source-map-support` from `devDependencies` to `dependencies` ([#23](https://github.com/rollup/rollup/issues/23))
## 0.7.6
* Better placement of `export default` statements ([#21](https://github.com/rollup/rollup/issues/21))
@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.7.6",
"version": "0.7.7",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",