Skip to content
Prev Previous commit
updated readme
  • Loading branch information
heatherfriedman committed Sep 23, 2020
commit f5386f766611b6a54bd58b718d25e78b7a0230c6
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npx equal

### More Information

##### Find us on the [web](https://www.equa11y.com)
##### Find us on the [web](http://www.equa11y.com)

### Authors

Expand Down
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "equa11y",
"version": "4.0.2",
"version": "4.0.3",
"description": "",
"main": "index.ts",
"scripts": {
Expand All @@ -21,18 +21,23 @@
"url": "git+https://github.com/oslabs-beta/Equa11y.git"
},
"keywords": [
"accessility",
"accessibility",
"cli",
"testing",
"test",
"accessible"
"accessible",
"wcag",
"a11y",
"axe-core",
"TDD",
"BDD"
],
"author": "",
"license": "ISC",
"author": "Heather Friedman, Tjolanda Sullivan, Taylor Riley Du, Will Hack",
"license": "MIT",
"bugs": {
"url": "https://github.com/oslabs-beta/Equa11y/issues"
},
"homepage": "https://github.com/oslabs-beta/Equa11y#readme",
"homepage": "http://www.equa11y.com",
"devDependencies": {
"@types/axe-core": "^2.0.7",
"@types/chalk": "^2.2.0",
Expand Down