Skip to content

Commit d216a46

Browse files
alexeaglealxhub
authored andcommitted
release: ts_api_guardian 0.4.0 (angular#26206)
PR Close angular#26206
1 parent a2878b0 commit d216a46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/ts-api-guardian/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "ts-api-guardian",
3-
"version": "0.3.0",
3+
"version": "0.4.1",
44
"description": "Guards the API of TypeScript libraries!",
5-
"main": "build/lib/main.js",
6-
"typings": "build/definitions/main.d.ts",
5+
"main": "lib/main.js",
6+
"typings": "lib/main.d.ts",
77
"bin": {
88
"ts-api-guardian": "./bin/ts-api-guardian"
99
},
@@ -34,8 +34,8 @@
3434
"Alan Agius <[email protected]> (https://github.com/alan-agius4/)",
3535
"Alex Eagle <[email protected]> (https://angular.io/)",
3636
"Martin Probst <[email protected]> (https://angular.io/)",
37-
"Victor Savkin<[email protected]> (https://victorsavkin.com)",
38-
"Igor Minar<[email protected]> (https://angular.io/)"
37+
"Victor Savkin <[email protected]> (https://victorsavkin.com)",
38+
"Igor Minar <[email protected]> (https://angular.io/)"
3939
],
4040
"license": "MIT",
4141
"bugs": {

0 commit comments

Comments
 (0)