Skip to content
Snippets Groups Projects
Unverified Commit c50276bf authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Added optional BasePath

parents 9d80935e 93270bac
No related branches found
No related tags found
1 merge request!1Master
......@@ -42,7 +42,9 @@ test:
- docs/coverage/lcov.info
publish:
only:
refs:
- tags
stage: publish
script:
- npm config set strict-ssl false
- npm publish --verbose --registry $NPM_REGISTRY
- npm publish
.npmrc 0 → 100644
tag-version-prefix=""
strict-ssl=false
@general:registry=https://gitlab.br.de/api/v4/projects/7/packages/npm/
//gitlab.br.de/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN}
//gitlab.br.de/api/v4/projects/7/packages/npm/:_authToken=${CI_JOB_TOKEN}
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{
"name": "@plastdev/config",
"version": "1.7.0",
"name": "@general/config",
"version": "1.8.0",
"description": "Simple Config with ENV Support",
"main": "index.js",
"scripts": {
......@@ -17,11 +17,14 @@
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@stryker-mutator/core": "^3.1.0",
"@stryker-mutator/javascript-mutator": "^3.1.0",
"@stryker-mutator/jest-runner": "^3.1.0",
"@stryker-mutator/typescript": "^3.1.0",
"jest": "^25.3.0"
"@stryker-mutator/core": "^4.1.0",
"@stryker-mutator/javascript-mutator": "^4.0.0",
"@stryker-mutator/jest-runner": "^4.1.0",
"@stryker-mutator/typescript": "^4.0.0",
"jest": "^26.6.1"
},
"publishConfig": {
"@general:registry": "https://gitlab.br.de/api/v4/projects/7/packages/npm/"
},
"jest": {
"collectCoverage": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment