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

Commit

Permalink
fix: package.json in build/ caused bad publish (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Oct 28, 2019
1 parent eb41d21 commit e9c8955
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/v3/translation_service_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
import * as gax from 'google-gax';
import * as path from 'path';

import * as packageJson from '../../package.json';
import * as protosTypes from '../../protos/protos';
import * as gapicConfig from './translation_service_client_config.json';

const version = packageJson.version;
const version = require('../../../package.json').version;

export interface ClientOptions extends gax.GrpcClientOptions,
gax.GoogleAuthOptions {
Expand Down

0 comments on commit e9c8955

Please sign in to comment.