mirror of https://github.com/docker/docs.git
Fixing errors with gruntfile
This commit is contained in:
parent
d3911ee5a3
commit
5bc0b45874
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue