-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from alienfast/npm-repo-availability
Update workflow and make available on npm repo in addition to github
- Loading branch information
Showing
9 changed files
with
1,859 additions
and
1,830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# provide this for the github actions | ||
@alienfast:registry=https://npm.pkg.github.com | ||
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN} | ||
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN} | ||
//registry.npmjs.org/:_authToken=${NPM_TOKEN} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"release": "yarn auto shipit" | ||
}, | ||
"dependencies": { | ||
"@tsconfig/create-react-app": "^1.0.3" | ||
"@tsconfig/create-react-app": "^2.0.5" | ||
}, | ||
"engines": { | ||
"node": ">=16" | ||
|
@@ -24,10 +24,10 @@ | |
"repository": "https://github.com/alienfast/tsconfig", | ||
"author": "Kevin Ross <[email protected]>", | ||
"devDependencies": { | ||
"@auto-it/all-contributors": "^10.46.0", | ||
"@auto-it/first-time-contributor": "^10.46.0", | ||
"@auto-it/released": "^10.46.0", | ||
"auto": "^10.46.0" | ||
"@auto-it/all-contributors": "^11.3.0", | ||
"@auto-it/first-time-contributor": "^11.3.0", | ||
"@auto-it/released": "^11.3.0", | ||
"auto": "^11.3.0" | ||
}, | ||
"auto": { | ||
"plugins": [ | ||
|
@@ -37,5 +37,5 @@ | |
"released" | ||
] | ||
}, | ||
"packageManager": "yarn@3.5.0" | ||
"packageManager": "yarn@4.6.0" | ||
} |
Oops, something went wrong.