Skip to content

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 9c1f1be commit a5dbb2f
Showing 1 changed file with 1 addition and 2 deletions.
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 a5dbb2f

Please sign in to comment.