Skip to content

Commit

Permalink
Merge pull request #12 from MacPaw/feat/puslish-to-private-npm-setapp
Browse files Browse the repository at this point in the history
feat: pulish to npm registry
  • Loading branch information
anasinnyk authored Aug 15, 2024
2 parents 021b1b5 + a51769a commit 8ec7c42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-webservices-base/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
registry=https://npm.pkg.github.com/MacPaw
registry=https://registry.npmjs.org/
2 changes: 1 addition & 1 deletion packages/eslint-config-webservices/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
registry=https://npm.pkg.github.com/MacPaw
registry=https://registry.npmjs.org/
2 changes: 1 addition & 1 deletion packages/eslint-config-webservices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macpaw/eslint-config-webservices",
"version": "3.2.0",
"version": "3.2.1",
"description": "Macpaw webservices team code style rules for Eslint",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8ec7c42

Please sign in to comment.