mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Don't prefix tag names
This commit is contained in:
parent
629477c7f4
commit
e701375223
1 changed files with 4 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
"babel-loader": "^6.2.4",
|
||||
"babel-preset-react": "^6.11.1",
|
||||
"copy-webpack-plugin": "^3.0.1",
|
||||
"electron-builder": "^6.0.2",
|
||||
"electron-builder": "^7.0.1",
|
||||
"electron": "1.4.0",
|
||||
"eslint": "^3.2.0",
|
||||
"eslint-config-standard": "^5.3.5",
|
||||
|
|
@ -99,6 +99,9 @@
|
|||
},
|
||||
"mac": {
|
||||
"category": "public.app-category.developer-tools"
|
||||
},
|
||||
"publish": {
|
||||
"vPrefixedTagName": false
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue