Skip to content

Commit e36b991

Browse files
authored
Fixed links + removed useless script entry (#201)
1 parent 2fd8886 commit e36b991

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

axe_selenium_python/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@
33
"version": "0.0.1",
44
"description": "Integrate axe-core with python",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
96
"repository": {
107
"type": "git",
11-
"url": "git+https://github.com/kimberlythegeek/axe-selenium-python.git"
8+
"url": "git+https://github.com/axe-selenium-python/axe-selenium-python.git"
129
},
1310
"author": "Kimberly Sereduck",
1411
"license": "MPL-2.0",
1512
"bugs": {
16-
"url": "https://github.com/kimberlythegeek/axe-selenium-python/issues"
13+
"url": "https://github.com/axe-selenium-python/axe-selenium-python/issues"
1714
},
18-
"homepage": "https://github.com/kimberlythegeek/axe-selenium-python#readme",
15+
"homepage": "https://github.com/axe-selenium-python/axe-selenium-python#readme",
1916
"dependencies": {
2017
"axe-core": "^4.10.2"
2118
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/kimberlythegeek/axe-selenium-python.git"
11+
"url": "git+https://github.com/axe-selenium-python/axe-selenium-python.git"
1212
},
1313
"author": "Kimberly Sereduck",
1414
"license": "MPL-2.0",
1515
"bugs": {
16-
"url": "https://github.com/kimberlythegeek/axe-selenium-python/issues"
16+
"url": "https://github.com/axe-selenium-python/axe-selenium-python/issues"
1717
},
18-
"homepage": "https://github.com/kimberlythegeek/axe-selenium-python#readme"
18+
"homepage": "https://github.com/axe-selenium-python/axe-selenium-python#readme"
1919
}

0 commit comments

Comments
 (0)