changed ocs-store to pling-store in package.json and .gitlab-ci.yml
{ | ||
"name": "ocs-store", | ||
"productName": "OCS-Store", | ||
"name": "pling-store", | ||
"productName": "Pling-Store", | ||
"version": "4.1.1", | ||
"description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.", | ||
"author": "Opendesktop.org", | ||
"author": "Pling.com", | ||
"license": "GPL-3.0", | ||
"homepage": "https://www.opendesktop.org/", | ||
"repository": "https://git.opendesktop.org/akiraohgaki/ocs-store", | ||
"bugs": "https://git.opendesktop.org/akiraohgaki/ocs-store/issues", | ||
"homepage": "https://www.pling.com/", | ||
"repository": "https://www.opencode.net/dfn2/pling-store", | ||
"bugs": "https://www.opencode.net/dfn2/pling-store/issues", | ||
"main": "app/main.js", | ||
"scripts": { | ||
"start": "electron .", | ||
... | ... |
Please register or sign in to comment