We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc3e20 commit e8a3942Copy full SHA for e8a3942
package.json
@@ -1,12 +1,12 @@
1
{
2
- "name": "pipecraft_v0.1.4",
+ "name": "pipecraft_v1.0.0",
3
"author": {
4
"name": "Martin Metsoja",
5
"email": "martin.metsoja@gmail.com",
6
"url": "https://github.com/SuvalineVana/pipecraft"
7
},
8
"productName": "pipecraft",
9
- "version": "0.1.4",
+ "version": "1.0.0",
10
"private": true,
11
"scripts": {
12
"serve": "vue-cli-service serve",
src/background.js
@@ -31,7 +31,7 @@ async function createWindow() {
31
enableRemoteModule: true,
32
33
});
34
- // win.webContents.openDevTools();
+ win.webContents.openDevTools();
35
win.removeMenu();
36
37
if (process.env.WEBPACK_DEV_SERVER_URL) {
0 commit comments