Skip to content

Commit e8a3942

Browse files
committed
version tags + enable devtools for build(for tommorows testing)
1 parent dcc3e20 commit e8a3942

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "pipecraft_v0.1.4",
2+
"name": "pipecraft_v1.0.0",
33
"author": {
44
"name": "Martin Metsoja",
55
"email": "martin.metsoja@gmail.com",
66
"url": "https://github.com/SuvalineVana/pipecraft"
77
},
88
"productName": "pipecraft",
9-
"version": "0.1.4",
9+
"version": "1.0.0",
1010
"private": true,
1111
"scripts": {
1212
"serve": "vue-cli-service serve",

src/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function createWindow() {
3131
enableRemoteModule: true,
3232
},
3333
});
34-
// win.webContents.openDevTools();
34+
win.webContents.openDevTools();
3535
win.removeMenu();
3636

3737
if (process.env.WEBPACK_DEV_SERVER_URL) {

0 commit comments

Comments
 (0)