- Downloads
Update .npmrc, .gitlab-ci.yml, .npmignore, package.json files
File changed.
Contains only whitespace changes.
Show whitespace changes.
.npmrc
0 → 100644
| { | { | ||
| "name": "@plastdev/security", | "name": "@general/security", | ||
| "version": "2.0.0", | "version": "2.0.0", | ||
| "description": "Sets Headers to a very save style in express-apps. may be overriden by config", | "description": "Sets Headers to a very save style in express-apps. may be overriden by config", | ||
| "main": "index.js", | "main": "index.js", | ||
| ... | @@ -17,6 +17,9 @@ | ... | @@ -17,6 +17,9 @@ |
| "type": "git", | "type": "git", | ||
| "url": "https://gitlab.br.de/general/security.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>", | "author": "Dominik Sigmund <dominik.sigmund@br.de>", | ||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": {}, | "dependencies": {}, | ||
| ... | ... | ||
| ... | ... |
Please sign in to comment