Add 'npm run demo' command
This commit is contained in:
parent
10e5447e73
commit
fb4f849488
2 changed files with 9 additions and 1 deletions
4
demo/package.json
Normal file
4
demo/package.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"name": "electron-tabs-demo",
|
||||
"main": "app.js"
|
||||
}
|
|
@ -8,6 +8,7 @@
|
|||
"url": "https://github.com/brrd/electron-tabs"
|
||||
},
|
||||
"scripts": {
|
||||
"demo": "electron ./demo",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
|
@ -17,5 +18,8 @@
|
|||
"webview"
|
||||
],
|
||||
"author": "brrd",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"electron": "^1.6.11"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue