build: update to rollup@0.26.3 and remove a hack from the build

This commit is contained in:
Igor Minar
2016-05-20 10:24:05 -07:00
parent 9175a049d3
commit c574e6808f
4 changed files with 7 additions and 14 deletions

View File

@ -104,13 +104,6 @@ do
../../../node_modules/.bin/rollup -c rollup.config.js
) 2>&1 | grep -v "as external dependency"
# workaround for https://github.com/rollup/rollup/issues/626
if [[ ${TRAVIS} ]]; then
sed -i "s/ class exports\./ class /g" ${UMD_ES6_PATH}
else
sed -i '' "s/ class exports\./ class /g" ${UMD_ES6_PATH}
fi
$(npm bin)/tsc \
--out ${UMD_ES5_PATH} \
--target es5 \