From 98202712430d02d11a8ce3a67ae9594d674d72da Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Thu, 3 Mar 2016 13:55:49 -0800 Subject: [PATCH] chore(script): publish angular 1 router to latest tag in npm --- scripts/publish/npm_publish_router.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish/npm_publish_router.sh b/scripts/publish/npm_publish_router.sh index 19d2bb69c7..53c105c670 100755 --- a/scripts/publish/npm_publish_router.sh +++ b/scripts/publish/npm_publish_router.sh @@ -37,4 +37,4 @@ cp ${ROOT_DIR}/dist/js/bundle/router* ${PUBLISH_DIR}/angular2/ rm -f ${PUBLISH_DIR}/{,**/}{*.dart,*.dart.md} # Actually publish to npm -npm publish ${PUBLISH_DIR} --tag pre-release --access public +npm publish ${PUBLISH_DIR} --tag latest --access public