Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

fix: import should be from @google-cloud #5

Merged
merged 1 commit into from
Dec 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you are still having issues, please be sure to include as much information as
- OS:
- Node.js version:
- npm version:
- `workflows` version:
- `@google-cloud/workflows` version:

#### Steps to reproduce

Expand Down
2 changes: 1 addition & 1 deletion .jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
copyright: 'Copyright 2018 Google, LLC.',
includeDate: false,
sourceFiles: false,
systemName: 'workflows',
systemName: '@google-cloud/workflows',
theme: 'lumen'
},
markdown: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /

cd $(dirname $0)/..

NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_workflows-npm-token)
NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_google-cloud-workflows-npm-token)
echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN}" > ~/.npmrc

npm install
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/publish.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "workflows-npm-token"
keyname: "google-cloud-workflows-npm-token"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# [Workflows: Node.js Client](https://github.com/googleapis/nodejs-workflows)

[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/workflows.svg)](https://www.npmjs.org/package/workflows)
[![npm version](https://img.shields.io/npm/v/@google-cloud/workflows.svg)](https://www.npmjs.org/package/@google-cloud/workflows)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-workflows/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-workflows)


Expand Down Expand Up @@ -48,7 +48,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
### Installing the client library

```bash
npm install workflows
npm install @google-cloud/workflows
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "workflows",
"name": "@google-cloud/workflows",
"version": "0.2.0",
"description": "Workflows client for Node.js",
"repository": "googleapis/nodejs-workflows",
Expand Down
Loading