X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=3954a3140372192ceeabe63534fedc21a6c94ca0;hb=abbe20eb62571669ff96e888acffa25b39dc7158;hp=23a520d33eceec3377d64701cd2267cb72993b2f;hpb=e25b996ee14b2cb8239284015d2bd64a2422c7b5;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 23a520d3..3954a314 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "ev-simulator", - "version": "1.0.45", + "name": "charging-stations-simulator", + "version": "1.0.46", "engines": { "node": "14.x.x", "npm": "6.x.x" }, "repository": { "type": "git", - "url": "https://github.com/jerome-benoit/ev-simulator.git" + "url": "https://github.com/jerome-benoit/charging-stations-simulator.git" }, "description": "Electric Vehicle charging stations simulator", "author": "SAP E-Mobility Labs France ", @@ -27,10 +27,10 @@ ], "main": "dist/start.js", "auto-changelog": { - "commitUrl": "https://github.com/jerome-benoit/ev-simulator/commit/{id}", - "issueUrl": "https://github.com/jerome-benoit/ev-simulator/issues/{id}", - "mergeUrl": "https://github.com/jerome-benoit/ev-simulator/pull/{id}", - "compareUrl": "https://github.com/jerome-benoit/ev-simulator/compare/{from}...{to}" + "commitUrl": "https://github.com/jerome-benoit/charging-stations-simulator/commit/{id}", + "issueUrl": "https://github.com/jerome-benoit/charging-stations-simulator/issues/{id}", + "mergeUrl": "https://github.com/jerome-benoit/charging-stations-simulator/pull/{id}", + "compareUrl": "https://github.com/jerome-benoit/charging-stations-simulator/compare/{from}...{to}" }, "scripts": { "prestart": "npm run build",