Skip to content

Commit

Permalink
namespaces added in package.json, github token used in .npmrc and als…
Browse files Browse the repository at this point in the history
…o added to repo secerts on github UI.
  • Loading branch information
farrukhishaq committed Jun 28, 2024
1 parent b6e7c9b commit d320119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@ukhomeoffice:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
//npm.pkg.github.com/:_authToken=${GH_AUTH_TOKEN}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "asl-eslint-common",
"name": "@UKHomeOffice/asl-eslint-common",
"version": "2.0.0",
"description": "eslint configuration, extended out to asl code base.",
"main": "index.js",
Expand Down

0 comments on commit d320119

Please sign in to comment.