Skip to content

Commit

Permalink
chore: rename package to qupaya
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Oct 20, 2020
1 parent b4653ba commit fcc0497
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Run `ng g @nrwl/angular:lib my-lib` to generate a library.

> You can also use any of the plugins above to generate libraries as well.
Libraries are sharable across libraries and applications. They can be imported from `@ng-mockito/mylib`.
Libraries are sharable across libraries and applications. They can be imported from `@qupaya/mylib`.

## Development server

Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"root": "apps/test-app",
"sourceRoot": "apps/test-app/src",
"prefix": "ng-mockito",
"prefix": "qp",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
Expand Down
2 changes: 1 addition & 1 deletion apps/test-app/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';

@Component({
selector: 'ng-mockito-root',
selector: 'qp-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
})
Expand Down
2 changes: 1 addition & 1 deletion apps/test-app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<ng-mockito-root></ng-mockito-root>
<qp-root></qp-root>
</body>
</html>
13 changes: 3 additions & 10 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmScope": "ng-mockito",
"npmScope": "qupaya",
"affected": {
"defaultBase": "master"
},
Expand All @@ -19,12 +19,7 @@
"runner": "@nrwl/nx-cloud",
"options": {
"accessToken": "NGM1NDkyZDYtZmUwOC00ZDMzLThkZDQtMWRhZDliOGUwNjRkfHJlYWQtd3JpdGU=",
"cacheableOperations": [
"build",
"test",
"lint",
"e2e"
],
"cacheableOperations": ["build", "test", "lint", "e2e"],
"canTrackAnalytics": false,
"showUsageWarnings": true
}
Expand All @@ -36,9 +31,7 @@
},
"test-app-e2e": {
"tags": [],
"implicitDependencies": [
"test-app"
]
"implicitDependencies": ["test-app"]
}
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ng-mockito",
"name": "qupaya",
"description": "qupaya ng-mockito monorepository",
"version": "0.0.0",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit fcc0497

Please sign in to comment.