Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(build): fix typos in the build scripts that ref other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Aug 28, 2018
1 parent 5840ac8 commit 186e460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<base href="/">
<title>NGX Widgets Demo</title>
<title>NGX Login-Client Demo</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
</head>
Expand Down

0 comments on commit 186e460

Please sign in to comment.