Skip to content

Commit

Permalink
chore!: change all npm packages to use the @openproject org
Browse files Browse the repository at this point in the history
  • Loading branch information
b12f committed Jul 11, 2023
1 parent 029d351 commit 7a8d6c4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ jobs:
with:
name: octicons
path: ./lib/build
- name: Build @primer/octicons-react
uses: ./.github/actions/build_node
env:
- name: Build @openproject/octicons-react
uses: ./.github/actions/build_node
env:
NPM_AUTH_TOKEN_SHARED: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
with:
args: octicons_react
- name: Build @primer/styled-octicons
- name: Build @openproject/styled-octicons
uses: ./.github/actions/build_node
env:
NPM_AUTH_TOKEN_SHARED: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
Expand Down
6 changes: 3 additions & 3 deletions lib/octicons_node/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@primer/octicons",
"name": "@openproject/octicons",
"version": "19.4.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
Expand All @@ -12,9 +12,9 @@
"index.scss",
"build"
],
"repository": "https://github.com/primer/octicons.git",
"repository": "https://github.com/opf/octicons.git",
"bugs": {
"url": "https://github.com/primer/octicons/issues"
"url": "https://github.com/opf/octicons/issues"
},
"scripts": {
"build": "\\cp -r ../build/ ./build && \\cp index.scss ./build/build.css",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`@primer/octicons-react should not update exports without a semver change 1`] = `
exports[`@openproject/octicons-react should not update exports without a semver change 1`] = `
[
"AccessibilityIcon",
"AccessibilityInsetIcon",
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_react/__tests__/public-api.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as Octicons from '../'

describe('@primer/octicons-react', () => {
describe('@openproject/octicons-react', () => {
it('should not update exports without a semver change', () => {
expect(Object.keys(Octicons).sort()).toMatchSnapshot()
})
Expand Down
4 changes: 2 additions & 2 deletions lib/octicons_react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@primer/octicons-react",
"name": "@openproject/octicons-react",
"version": "19.4.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
Expand All @@ -14,7 +14,7 @@
},
"sideEffects": false,
"types": "dist/index.d.ts",
"repository": "primer/octicons",
"repository": "opf/octicons",
"scripts": {
"build": "script/build.js && script/types.js && rollup -c",
"clean": "rimraf .next dist src/__generated__",
Expand Down
4 changes: 2 additions & 2 deletions lib/octicons_styled/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@primer/styled-octicons",
"name": "@openproject/styled-octicons",
"version": "16.1.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
Expand All @@ -9,7 +9,7 @@
"module": "dist/index.esm.js",
"sideEffects": false,
"types": "dist/index.d.ts",
"repository": "primer/octicons",
"repository": "opf/octicons",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@primer/octicons",
"name": "@openproject/octicons",
"version": "19.4.0",
"publishConfig": {
"registry": "no registry, don't publish from this package.json."
Expand Down

0 comments on commit 7a8d6c4

Please sign in to comment.