Skip to content

Commit

Permalink
v3.0.1 (#2939)
Browse files Browse the repository at this point in the history
* fix: allow uploading zip target to support auto updates

* chore: semver bump
  • Loading branch information
amilajack committed Aug 16, 2021
1 parent 793eedb commit 1c83ebd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 30 deletions.
26 changes: 4 additions & 22 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,8 @@ pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
.eslintcache

# Dependency directory
Expand All @@ -30,18 +18,12 @@ node_modules
# OSX
.DS_Store

# App packaged
release
dist
dll
.idea
build/app/dist
build/release
.erb/dll

.idea
npm-debug.log.*
__snapshots__

# Package.json
package.json
.travis.yml
*.css.d.ts
*.sass.d.ts
*.scss.d.ts
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
"search.exclude": {
".git": true,
".eslintcache": true,
"src/dist": true,
"bower_components": true,
"dll": true,
"release": true,
".erb/dll": true,
"build/{release,app/dist}": true,
"node_modules": true,
"npm-debug.log.*": true,
"test/**/__snapshots__": true,
Expand Down
2 changes: 1 addition & 1 deletion build/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-react-boilerplate",
"productName": "electron-react-boilerplate",
"version": "3.0.0",
"version": "3.0.1",
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
"main": "./dist/main/main.js",
"author": {
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
],
"afterSign": ".erb/scripts/notarize.js",
"mac": {
"target": [
"dmg"
],
"type": "distribution",
"hardenedRuntime": true,
"entitlements": "assets/entitlements.mac.plist",
Expand Down

0 comments on commit 1c83ebd

Please sign in to comment.