From 803d45fdb7d42770cb046e368d649b5d39fc0b37 Mon Sep 17 00:00:00 2001 From: amarcruz Date: Fri, 23 Sep 2016 21:29:40 -0500 Subject: [PATCH] v0.2.0 getting better --- CHANGELOG.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3066f10..71c7aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### v0.2.0 - getting better - It is a complete rewrite, ready for inclussion in the rollup wiki. -- Fix issues with regexes.js in Windows. +- Fix issues with bublé inclussion and regexes.js in Windows. ### v0.1.3 - refactorization - More simple, less options, more tests. diff --git a/package.json b/package.json index 42313ec..3b37fcc 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "rollup-pluginutils": "^1.5.2" }, "devDependencies": { + "buble": "^0.14.0", "eslint": "^3.6.0", "expect": "^1.20.2", "mocha": "^3.0.2",