Skip to content

Commit

Permalink
build(builder): dont add v before tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid Janiga committed Apr 5, 2021
1 parent 2f4ff2b commit f77c772
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@
"appId": "com.dawidjaniga.pomoguru",
"mac": {
"category": "public.app-category.productivity",
"publish": [
"github"
]
"publish": {
"provider": "github",
"vPrefixedTagName": false
}
},
"files": [
"build/**/*",
"node_modules/**/*"
],
"files": ["build/**/*", "node_modules/**/*"],
"directories": {
"buildResources": "build"
},
Expand All @@ -70,17 +68,10 @@
"url": "git+https://github.com/dawidjaniga/pomoguru.git"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"extends": ["react-app", "react-app/jest"]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down

0 comments on commit f77c772

Please sign in to comment.