Skip to content

Commit

Permalink
build(obos): change ownership and publishing to obos infra
Browse files Browse the repository at this point in the history
BREAKING CHANGE: package name changed, and now published to ghpr
  • Loading branch information
nutgaard committed Nov 14, 2024
1 parent 4d51a71 commit c226de1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: npx semantic-release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Utility for building and compiling I18N bundles.
The project uses tools from [FormatJS](https://formatjs.io/), if your project uses other tools it may not work for you.

**Install globally:**
`npm install @nutgaard/i18n-tools -g`
`npm install @code-obos/i18n-tools -g`

**Install in project:**
`npm install @nutgaard/i18n-tools --save-dev`
`npm install @code-obos/i18n-tools --save-dev`

## Usage

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nutgaard/i18n-tools",
"name": "@code-obos/i18n-tools",
"version": "0.0.0-development",
"description": "Tools to work with I18N messages",
"keywords": [
Expand All @@ -11,7 +11,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/nutgaard/i18n-tools"
"url": "https://github.com/code-obos/i18n-tools"
},
"main": "./lib/index.js",
"bin": {
Expand All @@ -21,7 +21,7 @@
"lib"
],
"publishConfig": {
"access": "public"
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit c226de1

Please sign in to comment.