small fixes
This commit is contained in:
parent
ca25b816fa
commit
c3b4359e87
@ -2,4 +2,3 @@ export { RPC } from './rpc';
|
|||||||
export { BlockchainLifecycle } from './blockchain_lifecycle';
|
export { BlockchainLifecycle } from './blockchain_lifecycle';
|
||||||
export { web3Factory } from './web3_factory';
|
export { web3Factory } from './web3_factory';
|
||||||
export { constants as devConstants } from './constants';
|
export { constants as devConstants } from './constants';
|
||||||
export { postpublishUtils } from './postpublish_utils';
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { postpublishUtils } from '../postpublish_utils';
|
import { postpublishUtils } from '@0xproject/monorepo-scripts';
|
||||||
|
|
||||||
import * as packageJSON from '../package.json';
|
import * as packageJSON from '../package.json';
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
"name": "@0xproject/monorepo-scripts",
|
"name": "@0xproject/monorepo-scripts",
|
||||||
"version": "0.1.12",
|
"version": "0.1.12",
|
||||||
"description": "Helper scripts for the monorepo",
|
"description": "Helper scripts for the monorepo",
|
||||||
|
"main": "lib/index.js",
|
||||||
|
"types": "lib/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:watch": "tsc -w",
|
"build:watch": "tsc -w",
|
||||||
"deps_versions": "node ./lib/deps_versions.js",
|
"deps_versions": "node ./lib/deps_versions.js",
|
||||||
@ -19,7 +21,6 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/monorepo-scripts/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/monorepo-scripts/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0xproject/tslint-config": "^0.4.10",
|
|
||||||
"@types/glob": "^5.0.33",
|
"@types/glob": "^5.0.33",
|
||||||
"@types/node": "^8.0.53",
|
"@types/node": "^8.0.53",
|
||||||
"shx": "^0.2.2",
|
"shx": "^0.2.2",
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": ["@0xproject/tslint-config"]
|
|
||||||
}
|
|
6
packages/react-docs-example/ts/globals.d.ts
vendored
Normal file
6
packages/react-docs-example/ts/globals.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
declare module '*.json' {
|
||||||
|
const json: any;
|
||||||
|
/* tslint:disable */
|
||||||
|
export default json;
|
||||||
|
/* tslint:enable */
|
||||||
|
}
|
@ -8,5 +8,5 @@
|
|||||||
"*": ["node_modules/@types/*", "*"]
|
"*": ["node_modules/@types/*", "*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["./src/ts/**/*"]
|
"include": ["./src/**/*"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user