release: ts_api_guardian (#30120)

PR Close #30120
This commit is contained in:
Alex Eagle 2019-04-25 10:31:21 -07:00 committed by Alex Rickabaugh
parent 0cf09fc981
commit 7dad3284e3
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ $ yarn bazel test //tools/ts-api-guardian:all
Publish to NPM:
```sh
$ npm whoami # should be logged in as angular
$ yarn bazel run @nodejs//:npm whoami # should be logged in as angular
$ grep version tools/ts-api-guardian/package.json # advance as needed
$ yarn bazel run //tools/ts-api-guardian:ts-api-guardian.publish
```

View File

@ -1,12 +1,12 @@
{
"name": "ts-api-guardian",
"version": "0.4.1",
"version": "0.4.4",
"description": "Guards the API of TypeScript libraries!",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
"bazelWorkspaces": {
"npm_ts_api_guardian": {
"version": "0.4.1",
"version": "0.4.4",
"rootPath": "."
}
},