Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • coscine/frontend/libraries/app-util
1 result
Select Git revision
Loading items
Show changes
Commits on Source (2)
...@@ -25,6 +25,7 @@ test: ...@@ -25,6 +25,7 @@ test:
publish: publish:
stage: publish stage: publish
script: script:
- npm config set registry https://registry.npmjs.org/
- npm run build - npm run build
- npx semantic-release - npx semantic-release
only: only:
......
{ {
"name": "@coscine/app-util", "name": "@coscine/app-util",
"version": "1.5.1", "version": "1.5.2",
"description": "This library provides utility methods for the CoScInE Apps with JavaScript.", "description": "This library provides utility methods for the CoScInE Apps with JavaScript.",
"keywords": [ "keywords": [
"coscine", "coscine",
......