diff --git a/package.json b/package.json index 27e6d90..d23ffd3 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint:less:fix": "npm run lint:less -- --fix", "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-login-client.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngx-login-client.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..5d3f441 100644 --- a/src/index.html +++ b/src/index.html @@ -1,7 +1,7 @@ - NGX Widgets Demo + NGX Login-Client Demo