Skip to content

Commit

Permalink
npm test method added
Browse files Browse the repository at this point in the history
  • Loading branch information
gurayyarar committed Sep 12, 2017
1 parent f23a8d3 commit 795f739
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -6,7 +6,8 @@
"license": "MIT",
"scripts": {
"start": "gulp default | electron .",
"dist": "build"
"dist": "build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@shagstrom/split-pane": "^0.9.4",
Expand Down Expand Up @@ -55,4 +56,4 @@
"icon": "images/app.ico"
}
}
}
}

0 comments on commit 795f739

Please sign in to comment.