move scripts to monorepro-scripts
This commit is contained in:
6
packages/web3-wrapper/src/globals.d.ts
vendored
Normal file
6
packages/web3-wrapper/src/globals.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module '*.json' {
|
||||
const json: any;
|
||||
/* tslint:disable */
|
||||
export default json;
|
||||
/* tslint:enable */
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
import { postpublishUtils } from '@0xproject/monorepo-scripts';
|
||||
|
||||
import * as packageJSON from '../package.json';
|
||||
|
||||
const subPackageName = (packageJSON as any).name;
|
||||
postpublishUtils.standardPostPublishAsync(subPackageName);
|
Reference in New Issue
Block a user