Skip to content

Commit ab4063e

Browse files
authored
npm package: publish the package as @opencor/opencor.
2 parents 92398ae + 8357113 commit ab4063e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"homepage": "https://opencor.ws/",
1616
"license": "Apache-2.0",
1717
"main": "./out/main/index.cjs",
18-
"name": "opencor",
18+
"name": "@opencor/opencor",
1919
"private": true,
2020
"productName": "OpenCOR",
2121
"repository": {

src/renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "Apache-2.0",
2727
"main": "dist/opencor.umd.js",
2828
"module": "dist/opencor.es.js",
29-
"name": "opencor",
29+
"name": "@opencor/opencor",
3030
"productName": "OpenCOR",
3131
"repository": {
3232
"type": "git",

0 commit comments

Comments
 (0)