Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
parrot
software-center-team
parrot-software-center
Commits
36bf080f
Verified
Commit
36bf080f
authored
Jul 16, 2020
by
hotwater
Browse files
bump version to 0.1.1
parent
4c2bf859
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/package.json
View file @
36bf080f
{
"name"
:
"parrot-software-center"
,
"productName"
:
"parrot-software-center"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"description"
:
"Parrot Software Center application for ParrotOS"
,
"main"
:
"./main.prod.js"
,
"author"
:
{
...
...
package.json
View file @
36bf080f
{
"name"
:
"parrot-software-center"
,
"productName"
:
"PSC"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"description"
:
"Parrot Software Center application for ParrotOS"
,
"scripts"
:
{
"build"
:
"concurrently
\"
yarn build-main
\"
\"
yarn build-renderer
\"
"
,
...
...
@@ -20,7 +20,6 @@
"package-ci"
:
"yarn postinstall && yarn build && electron-builder --publish always"
,
"package-mac"
:
"yarn build && electron-builder build --mac"
,
"package-linux"
:
"yarn build && electron-builder build --linux"
,
"package-win"
:
"yarn build && electron-builder build --win --x64"
,
"postinstall"
:
"node -r @babel/register internals/scripts/CheckNativeDep.js && electron-builder install-app-deps && opencollective-postinstall"
,
"postlint-fix"
:
"prettier --ignore-path .eslintignore --single-quote --write '**/*.{js,jsx,json,html,css,less,scss,yml}'"
,
"postlint-styles-fix"
:
"prettier --ignore-path .eslintignore --single-quote --write '**/*.{css,scss}'"
,
...
...
@@ -75,15 +74,10 @@
}
]
},
"win"
:
{
"target"
:
[
"nsis"
,
"msi"
]
},
"linux"
:
{
"target"
:
[
"AppImage"
"AppImage"
,
"deb"
],
"category"
:
"Development"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment