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