Skip to content

Commit

Permalink
fix(web-styles-migration): typo in scope of package name (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph authored Jul 27, 2022
1 parent fd24c12 commit 948f5a1
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
if: ${{ steps.pr.outputs.event_action == 'opened' }}
with:
message: |
🚀 Preview environment ready: https://${{ steps.netlify.outputs.deploy_alias }}--swisspost-web-frontend.netlify.app/
🚀 Preview environment ready: https://${{ steps.netlify.outputs.deploy_alias }}--swisspost-web-frontend.netlify.app
pr_number: ${{ steps.pr.outputs.pr_number }} # This will comment on pull request #123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2022 Swiss Post, Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Swiss Post Design Pattern Library for a unified and accessible user experien
### Web Styles
[![npm](https://img.shields.io/npm/v/@swisspost/web-styles)](https://www.npmjs.com/package/@swisspost/web-styles)

[Documentation](https://swisspost-web-frontend.netlify.app/) · [Contributing](/packages/web-styles/README.md)
[Documentation](https://swisspost-web-frontend.netlify.app) · [Contributing](/packages/web-styles/README.md)


The styling package, including theming for [Bootstrap](https://getbootstrap.com/) and [ng-bootstrap](https://ng-bootstrap.github.io/#/home) components.
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-components/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2022 Swiss Post, Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/swisspost/common-web-frontend.git"
},
"homepage": "https://swisspost-web-frontend.netlify.app/",
"homepage": "https://swisspost-web-frontend.netlify.app",
"bugs": {
"url": "https://github.com/swisspost/common-web-frontend/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web-demo/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2022 Swiss Post, Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion packages/web-styles-migrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @swispost/web-styles-migrations
# @swisspost/web-styles-migrations

## 1.0.0-alpha.1

Expand Down
2 changes: 1 addition & 1 deletion packages/web-styles-migrations/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2022 Swiss Post, Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
17 changes: 9 additions & 8 deletions packages/web-styles-migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "@swispost/web-styles-migrations",
"name": "@swisspost/web-styles-migrations",
"version": "1.0.0-alpha.1",
"description": "Angular schematics for the web-styles migration.",
"keywords": [
"schematics"
],
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/swisspost/common-web-frontend.git"
},
"homepage": "https://swisspost-web-frontend.netlify.app/",
"homepage": "https://swisspost-web-frontend.netlify.app",
"bugs": {
"url": "https://github.com/swisspost/common-web-frontend/issues"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"access": "public"
},
"scripts": {
"build": "tsc -p tsconfig.json && copyfiles -u 1 src/*/schema.json src/*/files/** src/migrations.json dist",
"todo:test": "npm run build && jasmine src/**/*_spec.js"
},
"keywords": [
"schematics"
],
"schematics": "./dist/migrations.json",
"dependencies": {
"@angular-devkit/core": "^13.3.1",
"@angular-devkit/schematics": "^13.3.1",
Expand All @@ -37,5 +37,6 @@
"@types/node": "^12.11.1",
"copyfiles": "^2.4.1",
"jasmine": "~4.0.0"
}
},
"schematics": "./dist/migrations.json"
}
2 changes: 1 addition & 1 deletion packages/web-styles/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2022 Swiss Post, Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion packages/web-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/swisspost/common-web-frontend.git"
},
"homepage": "https://swisspost-web-frontend.netlify.app/",
"homepage": "https://swisspost-web-frontend.netlify.app",
"bugs": {
"url": "https://github.com/swisspost/common-web-frontend/issues"
},
Expand Down

0 comments on commit 948f5a1

Please sign in to comment.