diff --git a/cico_release.sh b/cico_release.sh index 92bde8c..9a40d57 100755 --- a/cico_release.sh +++ b/cico_release.sh @@ -96,7 +96,7 @@ function create_merge_PR { curl --silent -X PUT -H "Authorization: Bearer $GH_TOKEN" "${apiUrl}" } -# Updates ngx-launcher's version in package.json file +# Updates ngx-base's version in package.json file function updatePackageJSONVersion { local f="package.json" local p="ngx-base" diff --git a/package.json b/package.json index 5b6efee..081b49c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "clean": "npm cache clear --force && npm run rimraf -- package-lock.json node_modules doc coverage dist distwatch bundles", "lint:ts": "tslint -c tslint.json 'src/**/*.ts'", "lint:ts:fix": "npm run lint:ts -- --fix", - "minify": "uglifyjs dist/bundles/ngx-widgets.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngx-widgets.min.js", + "minify": "uglifyjs dist/bundles/ngx-base.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngx-base.min.js", "perf": "webpack --config config/webpack.perf.js --progress --profile", "reinstall": "npm run clean && npm install", "remove-dist": "rimraf dist dist-watch", diff --git a/src/index.html b/src/index.html index 36e0dbf..16432a3 100644 --- a/src/index.html +++ b/src/index.html @@ -1,7 +1,7 @@