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 that reference other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Aug 28, 2018
1 parent e4b6353 commit 63b415e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cico_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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 Base 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 63b415e

Please sign in to comment.