update publish
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | @@ -23,7 +23,6 @@ | ... | @@ -23,7 +23,6 @@ |
"@types/d3": "^3.5.43", | "@types/d3": "^3.5.43", | ||
"@types/node": "^14.6.0", | "@types/node": "^14.6.0", | ||
"husky": "^4.2.5", | "husky": "^4.2.5", | ||
"npm-cli-login": "^0.1.1", | |||
"prettier": "^2.1.0", | "prettier": "^2.1.0", | ||
"pretty-quick": "^3.0.0", | "pretty-quick": "^3.0.0", | ||
"tslint": "^6.1.3", | "tslint": "^6.1.3", | ||
... | @@ -39,5 +38,8 @@ | ... | @@ -39,5 +38,8 @@ |
"pre-commit": "npm run pre-commit", | "pre-commit": "npm run pre-commit", | ||
"pre-push": "npm run pre-push" | "pre-push": "npm run pre-push" | ||
} | } | ||
}, | |||
"publishConfig": { | |||
"@nshmp/disagg-d3:registry": "https://gitlab.com/api/v4/projects/4335/packages/npm/" | |||
} | } | ||
} | } |
Please register or sign in to comment