Skip to content

Commit

Permalink
Merge pull request #11 from lpelypenko/improveViolationNodes
Browse files Browse the repository at this point in the history
Specified publishConfig to npmjs
  • Loading branch information
lpelypenko authored Dec 24, 2020
2 parents 6d4d1ad + 9ea4689 commit 50e4ca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-html-reporter",
"version": "2.0.0",
"version": "2.1.0",
"description": "The module that allows you to create HTML Report from raw accessibility aXe result object",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,8 @@
"test:watch": "jest test --watch"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "http://registry.npmjs.org"
},
"peerDependencies": {
"axe-core": ">=3"
Expand Down

0 comments on commit 50e4ca2

Please sign in to comment.