Skip to content

Commit 2fcde69

Browse files
v1.1.19
1 parent 75ed577 commit 2fcde69

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222

2323
- name: Compile Electron App
24-
uses: helpforsoftware/[email protected].8
24+
uses: helpforsoftware/[email protected].9
2525
with:
2626
#work with v1.1.3
2727
# GitHub token, automatically provided to the action

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "githistorycrawler",
3-
"version": "1.1.11",
3+
"version": "1.1.19",
44
"private": true,
55
"author": "intruderia",
66
"description": "Git History Crawler",
77
"build": {
88
"appId": "com.githistorycrawler.int",
99
"productName": "Git History Crawler",
10-
"asar":true,
10+
"asar": true,
1111
"extends": null,
12-
"files":[
12+
"files": [
1313
"build/**/*",
1414
"node_modules/**/*",
1515
"package.json"
1616
],
17-
"directories":{"buildResources":"assets"}
18-
17+
"directories": {
18+
"buildResources": "assets"
19+
}
1920
},
2021
"dependencies": {
2122
"@ant-design/icons": "^5.4.0",
@@ -44,6 +45,7 @@
4445
"react-diff-viewer": "^3.1.1",
4546
"react-dom": "^18.3.1",
4647
"react-router-dom": "^6.26.0",
48+
"react-script": "^2.0.5",
4749
"react-scripts": "5.0.1",
4850
"refactor": "^0.0.3",
4951
"refractor": "^2.8.0",

0 commit comments

Comments
 (0)