Update: use semantic version tags to manage version number
package.json
0 → 100644
{ | ||
"name": "lutils", | ||
"version": "1.48.0", | ||
"description": "Tools and libs shared by Verimag/synchronous tools (lustre, lutin, rdbg)", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils.git" | ||
}, | ||
"keywords": [ | ||
"synchronous languages", | ||
"reactive programs", | ||
"test" | ||
], | ||
"author": "Erwan Jahier", | ||
"license": "CeCILL", | ||
"devDependencies": { | ||
"semantic-release-gitlab": "^7.1.1", | ||
"semantic-release-gitlab-releaser": "^5.1.1" | ||
} | ||
} |
Please register or sign in to comment