Skip to content

Commits on Source 3

......@@ -8,7 +8,12 @@
}],
["@semantic-release/gitlab", {
"preset": "eslint",
"gitlabUrl": "https://git.rwth-aachen.de"
"gitlabUrl": "https://git.rwth-aachen.de",
"assets": "dist"
}],
["@semantic-release/npm", {
"preset": "eslint",
"tarballDir": "dist",
}],
["@semantic-release/git", {
"preset": "eslint",
......
{
"name": "@coscine/x-jstemplate",
"version": "2.0.0",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
......@@ -47,7 +47,7 @@
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"registry": "https://git.rwth-aachen.de/api/v4/projects/26381/packages/npm/",
"tag": "latest"
},
"dependencies": {
......