Skip to content

Commit 16e1265

Browse files
authored
Update package.json
1 parent a37bb7e commit 16e1265

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-hexo",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "ESLint config for Hexo projects",
55
"repository": "hexojs/eslint-config-hexo",
66
"homepage": "http://hexo.io/",
@@ -10,9 +10,14 @@
1010
],
1111
"main": "eslint.js",
1212
"author": "Tommy Chen <[email protected]> (http://zespia.tw)",
13-
"contributors": ["Abner Chou <[email protected]> (http://abnerchou.me)"],
13+
"maintainers": [
14+
"Abner Chou <[email protected]> (http://abnerchou.me)"
15+
],
1416
"license": "MIT",
1517
"peerDependencies": {
1618
"eslint": "2 || 1"
1719
}
20+
"devDependencies":{
21+
"babel-eslint": "^7.2.1"
22+
}
1823
}

0 commit comments

Comments
 (0)