Skip to content

Commit 8e6d829

Browse files
author
Erin Doyle
committed
Minor package.json updates
1 parent 286907a commit 8e6d829

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
"main": "./lib/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/romeovs/react-a11y.git"
8+
"url": "git+https://github.com/romeovs/react-a11y.git"
99
},
1010
"homepage": "https://github.com/romeovs/react-a11y/blob/master/README.md",
11-
"bugs": "https://github.com/romeovs/react-a11y/issues",
11+
"bugs": {
12+
"url": "https://github.com/romeovs/react-a11y/issues"
13+
},
1214
"scripts": {
1315
"test": "npm run mocha # && npm run karma # commenting out karma until failing test is fixed",
1416
"docs": "mkdir -p docs/rules && babel-node mkdocs.js",
@@ -75,5 +77,9 @@
7577
"react",
7678
"a11y"
7779
],
78-
"dependencies": {}
80+
"dependencies": {},
81+
"directories": {
82+
"doc": "docs",
83+
"test": "test"
84+
}
7985
}

0 commit comments

Comments
 (0)