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 ../../../node_modules/.bin/rollup -c rollup.config.js
) 2>&1 | grep -v "as external dependency" ) 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 \ $(npm bin)/tsc \
--out ${UMD_ES5_PATH} \ --out ${UMD_ES5_PATH} \
--target es5 \ --target es5 \

View File

@ -4800,7 +4800,7 @@
"version": "1.1.1" "version": "1.1.1"
}, },
"rollup": { "rollup": {
"version": "0.26.1", "version": "0.26.3",
"dependencies": { "dependencies": {
"ansi-regex": { "ansi-regex": {
"version": "2.0.0" "version": "2.0.0"
@ -5862,5 +5862,5 @@
} }
}, },
"name": "angular-srcs", "name": "angular-srcs",
"version": "2.0.0-beta.17" "version": "2.0.0-rc.1"
} }

8
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "angular-srcs", "name": "angular-srcs",
"version": "2.0.0-beta.17", "version": "2.0.0-rc.1",
"dependencies": { "dependencies": {
"abbrev": { "abbrev": {
"version": "1.0.7", "version": "1.0.7",
@ -7653,9 +7653,9 @@
"resolved": "https://registry.npmjs.org/rndm/-/rndm-1.1.1.tgz" "resolved": "https://registry.npmjs.org/rndm/-/rndm-1.1.1.tgz"
}, },
"rollup": { "rollup": {
"version": "0.26.1", "version": "0.26.3",
"from": "rollup@>=0.26.1 <0.27.0", "from": "rollup@0.26.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.26.1.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-0.26.3.tgz",
"dependencies": { "dependencies": {
"ansi-regex": { "ansi-regex": {
"version": "2.0.0", "version": "2.0.0",

View File

@ -85,7 +85,7 @@
"q": "^1.0.1", "q": "^1.0.1",
"react": "^0.14.0", "react": "^0.14.0",
"rewire": "^2.3.3", "rewire": "^2.3.3",
"rollup": "^0.26.1", "rollup": "^0.26.3",
"run-sequence": "^1.1.0", "run-sequence": "^1.1.0",
"selenium-webdriver": "^2.47.0", "selenium-webdriver": "^2.47.0",
"semver": "^5.1.0", "semver": "^5.1.0",