diff --git a/package-lock.json b/package-lock.json index 08c81bd..5d80b09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "axe-html-reporter", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e5571b4..a475ea2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -38,7 +38,8 @@ "test:watch": "jest test --watch" }, "publishConfig": { - "access": "public" + "access": "public", + "registry": "http://registry.npmjs.org" }, "peerDependencies": { "axe-core": ">=3"