diff --git a/.npmrc b/.npmrc index 434ad29..42792e8 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN} @ukhomeoffice:registry=https://npm.pkg.github.com +//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN} diff --git a/package-lock.json b/package-lock.json index 8b188be..99d525c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ukhomeoffice/asl-eslint-common", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ukhomeoffice/asl-eslint-common", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "eslint-config-semistandard": "^11.0.0", diff --git a/package.json b/package.json index ccf97cb..4474d8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ukhomeoffice/asl-eslint-common", - "version": "2.1.0", + "version": "2.2.0", "description": "eslint configuration, extended out to asl code base.", "main": "index.js", "scripts": {