Skip to content

Commit 171df48

Browse files
chore(package): update
1 parent 6731586 commit 171df48

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

package.json

+37-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,46 @@
11
{
22
"name": "@angular-package/testing",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
4+
"description": "Support for testing other packages.",
5+
"author": "Angular Package <[email protected]> (https://wvvw.dev)",
6+
"homepage": "https://github.com/angular-package/testing#readme",
47
"peerDependencies": {
58
"@angular-package/type": "^4.2.0",
69
"jasmine": "^3.8.0"
710
},
811
"dependencies": {
912
"tslib": "^2.2.0"
10-
}
13+
},
14+
"publishConfig": {
15+
"access": "public",
16+
"registry": "https://registry.npmjs.org"
17+
},
18+
"keywords": [
19+
"@angular",
20+
"@angular-package",
21+
"@angular-package/testing",
22+
"angular-package",
23+
"constants for testing",
24+
"describe",
25+
"expect",
26+
"it",
27+
"jasmine",
28+
"karma",
29+
"spec",
30+
"suite",
31+
"support for testing",
32+
"testing instanceof",
33+
"testing typeof",
34+
"toBe",
35+
"toEqual",
36+
"typescript"
37+
],
38+
"repository": {
39+
"type": "git",
40+
"url": "git+https://github.com/angular-package/testing.git"
41+
},
42+
"bugs": {
43+
"url": "https://github.com/angular-package/testing/issues"
44+
},
45+
"license": "MIT"
1146
}

0 commit comments

Comments
 (0)