Skip to content

Commit

Permalink
fix: (publish) remove registry config in repo npmrc (#8917)
Browse files Browse the repository at this point in the history
* fix: (publish) remove registry config in repo npmrc

* chore: (eslint-plugin-contentful-apps) bump
  • Loading branch information
t-col authored Sep 17, 2024
1 parent 3253f74 commit b8576a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ commands:
- run:
name: Setup GitHub packages
command: |
rm -f ./.npmrc
echo "//npm.pkg.github.com/:_authToken=${GITHUB_PACKAGES_WRITE_TOKEN}" > ~/.npmrc
echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
- run:
Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
engine-strict = true
@contentful:registry=https://registry.npmjs.org
4 changes: 1 addition & 3 deletions packages/eslint-plugin-contentful-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"module": "./dist/index.mjs",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"node": "./dist/index.js",
"default": "./dist/index.js"
"import": "./dist/index.mjs"
},
"files": [
"dist"
Expand Down

0 comments on commit b8576a9

Please sign in to comment.