Add package.json publishConfig so that these packages are published as public.

This commit is contained in:
Fabio Berger
2018-03-08 16:57:09 +01:00
parent 03902b0b26
commit da277f5b27
17 changed files with 52 additions and 1 deletions

View File

@@ -98,5 +98,8 @@
"uuid": "^3.1.0",
"web3": "^0.20.0",
"web3-typescript-typings": "^0.10.0"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -45,5 +45,8 @@
"tslint": "5.8.0",
"typescript": "2.7.1",
"web3-typescript-typings": "^0.10.0"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -42,5 +42,8 @@
"@0xproject/utils": "^0.4.0",
"lodash": "^4.17.4",
"valid-url": "^1.0.9"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -35,5 +35,8 @@
"lodash": "^4.17.4",
"web3": "^0.20.0",
"web3-typescript-typings": "^0.10.0"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -19,5 +19,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-as-promised-typescript-typings#readme",
"dependencies": {
"chai-typescript-typings": "^0.0.4"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -12,5 +12,8 @@
"bugs": {
"url": "https://github.com/0xProject/0x-monorepo/issues"
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-typescript-typings#readme"
"homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-typescript-typings#readme",
"publishConfig": {
"access": "public"
}
}

View File

@@ -66,5 +66,8 @@
"typedoc": "~0.8.0",
"typescript": "2.7.1",
"web3-typescript-typings": "^0.10.0"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -50,5 +50,8 @@
"web3": "^0.20.0",
"web3-eth-abi": "^1.0.0-beta.24",
"yargs": "^10.0.3"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -46,5 +46,8 @@
"request-promise-native": "^1.0.5",
"web3": "^0.20.0",
"web3-provider-engine": "^13.0.1"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -24,5 +24,8 @@
"tslint": "5.8.0",
"tslint-config-0xproject": "^0.0.2",
"typescript": "2.7.1"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -42,5 +42,8 @@
"shx": "^0.2.2",
"tslint": "5.8.0",
"typescript": "2.7.1"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -57,5 +57,8 @@
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.3.0"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -39,5 +39,8 @@
"tslint": "5.8.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-react": "^3.2.0"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -29,5 +29,8 @@
"bignumber.js": "~4.1.0",
"web3": "^0.20.0",
"web3-typescript-typings": "^0.10.0"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -36,5 +36,8 @@
"lodash": "^4.17.4",
"web3": "^0.20.0",
"web3-typescript-typings": "^0.10.0"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -28,5 +28,8 @@
},
"dependencies": {
"bignumber.js": "~4.1.0"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -35,5 +35,8 @@
"lodash": "^4.17.4",
"web3": "^0.20.0",
"web3-typescript-typings": "^0.10.0"
},
"publishConfig": {
"access": "public"
}
}