Skip to content

Commit d94abe9

Browse files
committed
fix(package): add meta info for better discoverability
1 parent 5def401 commit d94abe9

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

projects/ngx-testing/package.json

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
{
22
"name": "@orchestrator/ngx-testing",
33
"version": "0.0.0-develop",
4+
"description": "Testing utilities for Angular projects",
5+
"maintainers": [
6+
"Alex Malkevich <[email protected]>"
7+
],
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/orchestratora/ngx-testing.git"
11+
},
12+
"keywords": [
13+
"angular",
14+
"testing",
15+
"utilities",
16+
"component",
17+
"autogenration",
18+
"templates",
19+
"bindings"
20+
],
421
"peerDependencies": {
522
"@angular/common": "^7.0.0",
623
"@angular/core": "^7.0.0",
724
"@angular/platform-browser": "^7.0.0"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "https://github.com/orchestratora/ngx-testing.git"
1225
}
1326
}

0 commit comments

Comments
 (0)