Browse Source

-> 0.2.1

contingency-plan
Rich-Harris 10 years ago
parent
commit
f2ce7d1f99
  1. 4
      CHANGELOG.md
  2. 9
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.2.1
* Include dist files in npm package (duh)
## 0.2.0
* First release capable of doing anything useful

9
package.json

@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.2.0",
"version": "0.2.1",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",
@ -38,5 +38,10 @@
"dependencies": {
"acorn": "^1.1.0",
"sander": "^0.3.3"
}
},
"files": [
"src",
"dist",
"README.md"
]
}

Loading…
Cancel
Save