Skip to content

Commit

Permalink
Update README and gemspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
mereghost committed Jul 17, 2023
1 parent fd76f2e commit 4387ca5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<p align="center">Octicons are a set of SVG icons built by GitHub for GitHub.</p>

<p align="center">
<a aria-label="build status" href="https://github.com/primer/octicons/actions/workflows/ci.yml">
<img alt="" src="https://github.com/primer/octicons/actions/workflows/ci.yml/badge.svg?branch=main&event=push">
<a aria-label="build status" href="https://github.com/opf/openproject-octicons/actions/workflows/ci.yml">
<img alt="" src="https://github.com/opf/openproject-octicons/actions/workflows/ci.yml/badge.svg?branch=main&event=push">
</a>
<a aria-label="publish status" href="https://github.com/primer/octicons/actions/workflows/publish.yml">
<img alt="" src="https://github.com/primer/octicons/actions/workflows/publish.yml/badge.svg">
<a aria-label="publish status" href="https://github.com/opf/openproject-octicons/actions/workflows/publish.yml">
<img alt="" src="https://github.com/opf/openproject-octicons/actions/workflows/publish.yml/badge.svg">
</a>
</p>

Expand All @@ -25,8 +25,8 @@ The octicons node.js library is the main JavaScript library. With [a JavaScript

| Package | Version |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| **[@primer/octicons](/lib/octicons_node)** <br />Node.js package with JavaScript API | [![npm version](https://img.shields.io/npm/v/@primer/octicons.svg)](https://www.npmjs.org/package/@primer/octicons) |
| **[@primer/octicons-react](/lib/octicons_react)** <br />React Octicons components | [![npm version](https://img.shields.io/npm/v/@primer/octicons-react.svg)](https://www.npmjs.org/package/@primer/octicons-react) |
| **[@peonproject/openproject-octicons](/lib/octicons_node)** <br />Node.js package with JavaScript API | [![npm version](https://img.shields.io/npm/v/@openproject/openproject-octicons.svg)](https://www.npmjs.org/package/@opf/openproject-octicons) |
| **[@openprojectf/openproject-octicons-react](/lib/octicons_react)** <br />React Octicons components | [![npm version](https://img.shields.io/npm/v/@openproject/openproject-octicons-react.svg)](https://www.npmjs.org/package/@opf/openproject-octicons-react) |
| **[@primer/styled-octicons](/lib/octicons_styled)** <br />React Octicons components with Styled System props | [![npm version](https://img.shields.io/npm/v/@primer/styled-octicons.svg)](https://www.npmjs.org/package/@primer/styled-octicons) |


Expand All @@ -42,7 +42,7 @@ The octicons node.js library is the main JavaScript library. With [a JavaScript

### Feedback, ideas, and bug reports

If you found a bug, have feedback about our Octicon Library, or an idea on how to improve it, please open a new issue in this repo using the appropriate [issue template](https://github.com/primer/octicons/issues/new/choose).
If you found a bug, have feedback about our Octicon Library, or an idea on how to improve it, please open a new issue in this repo using the appropriate [issue template](https://github.com/opf/openproject-octicons/issues/new/choose).

### Request an Icon Review (GitHub staff only)

Expand Down
1 change: 1 addition & 0 deletions lib/octicons_gem/octicons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ Gem::Specification.new do |s|
s.email = ["[email protected]"]
s.files = Dir["{lib}/**/*"] + ["LICENSE", "README.md"]
s.homepage = "https://github.com/opf/openproject-octicons"
s.metadata = { "rubygems_mfa_required" => 'false' }
s.license = "MIT"
end
1 change: 1 addition & 0 deletions lib/octicons_helper/octicons_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.files = Dir["{lib}/**/*"] + ["LICENSE", "README.md"]
s.homepage = "https://github.com/opf/openproject-octicons"
s.license = "MIT"
s.metadata = { "rubygems_mfa_required" => 'false' }

s.require_paths = ["lib"]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openproject/octicons",
"version": "19.4.0",
"version": "0.0.1",
"publishConfig": {
"registry": "no registry, don't publish from this package.json."
},
Expand Down

0 comments on commit 4387ca5

Please sign in to comment.