Mscript update #1

Merged
sixteenmillimeter merged 21 commits from mscript into master 2018-06-17 03:25:21 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit bab6593fba - Show all commits

View File

@ -6,7 +6,8 @@
"scripts": {
"start": "./node_modules/.bin/electron main.js",
"dev": "./node_modules/.bin/gulp && ./node_modules/.bin/electron main.js -d",
"install": "./node_modules/.bin/electron-rebuild"
"install": "./node_modules/.bin/electron-rebuild",
"test": "./node_modules/.bin/qunit test/index.js"
},
"repository": {
"type": "git",