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
Branches
Tags
1 merge request!1Master
...@@ -42,7 +42,9 @@ test: ...@@ -42,7 +42,9 @@ test:
- docs/coverage/lcov.info - docs/coverage/lcov.info
publish: publish:
only:
refs:
- tags
stage: publish stage: publish
script: script:
- npm config set strict-ssl false - npm publish
- npm publish --verbose --registry $NPM_REGISTRY
.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", "name": "@general/config",
"version": "1.7.0", "version": "1.8.0",
"description": "Simple Config with ENV Support", "description": "Simple Config with ENV Support",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
...@@ -17,11 +17,14 @@ ...@@ -17,11 +17,14 @@
"lodash.merge": "^4.6.2" "lodash.merge": "^4.6.2"
}, },
"devDependencies": { "devDependencies": {
"@stryker-mutator/core": "^3.1.0", "@stryker-mutator/core": "^4.1.0",
"@stryker-mutator/javascript-mutator": "^3.1.0", "@stryker-mutator/javascript-mutator": "^4.0.0",
"@stryker-mutator/jest-runner": "^3.1.0", "@stryker-mutator/jest-runner": "^4.1.0",
"@stryker-mutator/typescript": "^3.1.0", "@stryker-mutator/typescript": "^4.0.0",
"jest": "^25.3.0" "jest": "^26.6.1"
},
"publishConfig": {
"@general:registry": "https://gitlab.br.de/api/v4/projects/7/packages/npm/"
}, },
"jest": { "jest": {
"collectCoverage": true, "collectCoverage": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment