fix: lint is a devDependency, not a dependency (#12818)
This commit is contained in:
parent
cdc5022305
commit
0a2dc1efb0
1 changed files with 2 additions and 4 deletions
|
@ -17,6 +17,7 @@
|
||||||
"electron-typescript-definitions": "^1.3.2",
|
"electron-typescript-definitions": "^1.3.2",
|
||||||
"github": "^9.2.0",
|
"github": "^9.2.0",
|
||||||
"husky": "^0.14.3",
|
"husky": "^0.14.3",
|
||||||
|
"lint": "^1.1.2",
|
||||||
"minimist": "^1.2.0",
|
"minimist": "^1.2.0",
|
||||||
"nugget": "^2.0.1",
|
"nugget": "^2.0.1",
|
||||||
"remark-cli": "^4.0.0",
|
"remark-cli": "^4.0.0",
|
||||||
|
@ -77,8 +78,5 @@
|
||||||
"author": "Electron Community",
|
"author": "Electron Community",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"electron"
|
"electron"
|
||||||
],
|
]
|
||||||
"dependencies": {
|
|
||||||
"lint": "^1.1.2"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue