Fixing errors with gruntfile

This commit is contained in:
Jeffrey Morgan 2015-06-13 17:01:49 -07:00
parent d3911ee5a3
commit 5bc0b45874
1 changed files with 3 additions and 4 deletions

View File

@ -4,20 +4,19 @@
"author": "Kitematic",
"description": "Simple Docker Container management for Mac OS X.",
"homepage": "https://kitematic.com/",
"main": "build/browser.js",
"main": "browser.js",
"repository": {
"type": "git",
"url": "git@github.com:kitematic/kitematic.git"
},
"bugs": "https://github.com/kitematic/kitematic/issues",
"scripts": {
"start": "gulp",
"start": "grunt",
"test": "jest -c jest-unit.json",
"integration": "jest -c jest-integration.json",
"release": "grunt release",
"release:beta": "grunt release --beta=true",
"lint": "jsxhint src",
"reset": "gulp reset"
"lint": "jsxhint src"
},
"licenses": [
{