Skip to content

Commit

Permalink
Release 0.1.0-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMure committed Jun 14, 2017
1 parent 7ebe7db commit c1f18a1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions .release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"verbose": true,
"src": {
"commitMessage": "Release %s-preview",
"tagName": "v%s-preview"
},
"dist": {
"baseDir": false
},
"npm": {
"private": "true"
},
"github": {
"release": true,
"preRelease": true,
"tokenRef": "GITHUB_TOKEN"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arbore",
"productName": "Arbore",
"version": "0.0.0",
"version": "0.1.0",
"description": "Friend-to-friend filesharing app to save the world from dystopia",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -54,11 +54,11 @@
"nsis"
]
},
"nsis": {
"oneClick": false,
"multiLanguageInstaller": true,
"allowToChangeInstallationDirectory": true
},
"nsis": {
"oneClick": false,
"multiLanguageInstaller": true,
"allowToChangeInstallationDirectory": true
},
"linux": {
"target": [
"deb",
Expand Down

0 comments on commit c1f18a1

Please sign in to comment.