Skip to content

Commit

Permalink
make 0.1.0-pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinEger committed Jan 4, 2021
1 parent d25e4ae commit 683432d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "abrechnungsprogramm",
"version": "0.0.0",
"version": "0.1.0-pre",
"description": "Desktop App für Bau-Abrechnungen",
"main": "main.js",
"scripts": {
"build-rollup": "rollup --config",
"start": "electron .",
"build-win": "electron-packager ./ TBVAbrechnung --out ./dist/ --platform=win32 --icon=./app/assets/logo.ico"
"build-win": "electron-packager ./ TBVAbrechnung --out ./dist/ --platform=win32 --icon=./app/assets/logo.ico --ignore=tsconfig.json --ignore=rollup.config.js --ignore=.gitignore"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 683432d

Please sign in to comment.