-
- Downloads
Update .npmrc, .gitlab-ci.yml, .npmignore, package.json files
.npmrc
0 → 100644
{ | ||
"name": "@plastdev/security", | ||
"name": "@general/security", | ||
"version": "2.0.0", | ||
"description": "Sets Headers to a very save style in express-apps. may be overriden by config", | ||
"main": "index.js", | ||
... | ... | @@ -17,6 +17,9 @@ |
"type": "git", | ||
"url": "https://gitlab.br.de/general/security.git" | ||
}, | ||
"publishConfig": { | ||
"@general:registry":"https://gitlab.br.de/api/v4/projects/15/packages/npm/" | ||
}, | ||
"author": "Dominik Sigmund <dominik.sigmund@br.de>", | ||
"license": "ISC", | ||
"dependencies": {}, | ||
... | ... |
Please register or sign in to comment