@0x/order-utils
: Add gitpkg
This commit is contained in:
parent
84a55a2d84
commit
053b55fbbf
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "10.3.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add gitpkg.",
|
||||
"pr": 2649
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "10.3.0",
|
||||
"changes": [
|
||||
|
@ -10,6 +10,7 @@
|
||||
"scripts": {
|
||||
"build": "yarn tsc -b",
|
||||
"build:ci": "yarn build",
|
||||
"publish:private": "yarn clean && yarn build && gitpkg publish",
|
||||
"test": "yarn run_mocha",
|
||||
"rebuild_and_test": "run-s build test",
|
||||
"test:circleci": "yarn test:coverage",
|
||||
@ -29,6 +30,9 @@
|
||||
"assets": []
|
||||
}
|
||||
},
|
||||
"gitpkg": {
|
||||
"registry": "git@github.com:0xProject/gitpkg-registry.git"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -52,6 +56,7 @@
|
||||
"@types/web3-provider-engine": "^14.0.0",
|
||||
"chai": "^4.0.1",
|
||||
"ethereum-types": "^3.2.0",
|
||||
"gitpkg": "https://github.com/0xProject/gitpkg.git",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"mocha": "^6.2.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user