Skip to content

Commit 047fcd5

Browse files
Renamed package name to match current repository
1 parent 31dd70f commit 047fcd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "electron-typescript-react",
2+
"name": "electron-typescript-react-admin-typeorm-sqlite",
33
"author": "Bernardo Duarte <bernardoeiraduarte@gmail.com>",
44
"version": "0.1.0",
55
"description": "An Electron boilerplate including TypeScript, React, Jest and ESLint.",
@@ -80,8 +80,8 @@
8080
"config": {
8181
"forge": {
8282
"packagerConfig": {
83-
"name": "electron-typescript-react",
84-
"executableName": "electron-typescript-react",
83+
"name": "electron-typescript-react-admin-typeorm-sqlite",
84+
"executableName": "electron-typescript-react-admin-typeorm-sqlite",
8585
"icon": "assets/icon",
8686
"extraResource": [
8787
"assets"
@@ -112,7 +112,7 @@
112112
{
113113
"name": "@electron-forge/maker-squirrel",
114114
"config": {
115-
"name": "electron-typescript-react"
115+
"name": "electron-typescript-react-admin-typeorm-sqlite"
116116
}
117117
},
118118
{
@@ -136,7 +136,7 @@
136136
"config": {
137137
"repository": {
138138
"owner": "bernardoduarte",
139-
"name": "electron-typescript-react"
139+
"name": "electron-typescript-react-admin-typeorm-sqlite"
140140
}
141141
}
142142
}

0 commit comments

Comments
 (0)