Skip to content

Commit 50a65b2

Browse files
authored
Merge pull request #222 from primer/reocticons
React Octicons!
2 parents 4adadb6 + b61e03c commit 50a65b2

210 files changed

Lines changed: 2154 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ The octicons node.js library is the main JavaScript library. With [a JavaScript
2121
| Package | Version |
2222
|---|---|
2323
| **[octicons](/lib/octicons_node)** <br />Node.js package with Javascript API | [![npm version](https://img.shields.io/npm/v/octicons.svg)](https://www.npmjs.org/package/octicons) |
24+
| **[@github/octicons-react](/lib/octicons_react)** <br />React octicons components | [![npm version](https://img.shields.io/npm/v/%40github%2Focticons-react.svg)](https://www.npmjs.org/package/%40github%2Focticons-react) |
2425

2526
### Ruby
2627

2728
| Package | Version |
2829
|---|---|
2930
| **[octicons](/lib/octicons_gem)** <br />Ruby gem with Ruby API | [![Gem version](https://img.shields.io/gem/v/octicons.svg)](https://rubygems.org/gems/octicons) |
3031
| [octicons_helper](/lib/octicons_helper)<br />Rails helper for using octicons| [![Gem version](https://img.shields.io/gem/v/octicons_helper.svg)](https://rubygems.org/gems/octicons_helper) |
31-
| [jekyll-octicons](/lib/jekyll-octicons)<br />Jekyll plugin for using octicons | [![Gem version](https://img.shields.io/gem/v/jekyll-octicons.svg)](https://rubygems.org/gems/jekyll-octicons) |
32+
| [jekyll-octicons](/lib/octicons_jekyll)<br />Jekyll plugin for using octicons | [![Gem version](https://img.shields.io/gem/v/jekyll-octicons.svg)](https://rubygems.org/gems/jekyll-octicons) |
3233

3334
## License
3435

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"lib/octicons_node",
55
"lib/octicons_gem",
66
"lib/octicons_helper",
7-
"lib/jekyll-octicons"
7+
"lib/octicons_jekyll",
8+
"lib/octicons_react"
89
],
910
"version": "7.3.0"
1011
}
File renamed without changes.
File renamed without changes.

lib/jekyll-octicons/lib/jekyll-octicons.rb renamed to lib/octicons_jekyll/lib/jekyll-octicons.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# rubocop:disable Naming/FileName
21
require "octicons"
32
require "jekyll-octicons/version"
43
require "liquid"
File renamed without changes.

0 commit comments

Comments
 (0)