parent
0cf09fc981
commit
7dad3284e3
|
@ -30,7 +30,7 @@ $ yarn bazel test //tools/ts-api-guardian:all
|
||||||
Publish to NPM:
|
Publish to NPM:
|
||||||
|
|
||||||
```sh
|
```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
|
$ grep version tools/ts-api-guardian/package.json # advance as needed
|
||||||
$ yarn bazel run //tools/ts-api-guardian:ts-api-guardian.publish
|
$ yarn bazel run //tools/ts-api-guardian:ts-api-guardian.publish
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "ts-api-guardian",
|
"name": "ts-api-guardian",
|
||||||
"version": "0.4.1",
|
"version": "0.4.4",
|
||||||
"description": "Guards the API of TypeScript libraries!",
|
"description": "Guards the API of TypeScript libraries!",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"typings": "lib/main.d.ts",
|
"typings": "lib/main.d.ts",
|
||||||
"bazelWorkspaces": {
|
"bazelWorkspaces": {
|
||||||
"npm_ts_api_guardian": {
|
"npm_ts_api_guardian": {
|
||||||
"version": "0.4.1",
|
"version": "0.4.4",
|
||||||
"rootPath": "."
|
"rootPath": "."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue