Don't prefix tag names

This commit is contained in:
Leo Lamprecht 2016-09-18 12:53:49 +02:00
parent 629477c7f4
commit e701375223
No known key found for this signature in database
GPG key ID: C251EE4DA454117B

View file

@ -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": {