Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
build(deps): update octicons to 9.0.0 (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhashimotoo committed Jun 12, 2019
1 parent 671f7d2 commit 431afcd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion middleware/register-octicons.js
@@ -1,6 +1,6 @@
// @ts-check

const octicons = require('octicons')
const octicons = require('@primer/octicons')

/**
* Helper function that accepts options (e.g. name) and returns a string
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -77,7 +77,7 @@
"primer-support": "^5.0.0",
"query-string": "^6.7.0",
"require-dir": "^1.1.0",
"octicons": "^8.5.0",
"@primer/octicons": "^9.0.0",
"require-directory": "^2.1.1",
"require-yaml": "0.0.1",
"rtl-detect": "^1.0.2",
Expand All @@ -100,7 +100,6 @@
"nock": "^10.0.6",
"nodemon": "^1.19.1",
"node-sass": "^4.12.0",
"octicons": "^8.5.0",
"simplecrawler": "^1.1.7",
"standard": "^12.0.1",
"supertest": "^4.0.2",
Expand Down

0 comments on commit 431afcd

Please sign in to comment.