Added octicons as a devDependency

Generated some SVG files to use on the new index page.
This commit is contained in:
Angelos Chalaris
2018-04-06 20:24:59 +03:00
parent 5675e7c116
commit 889cc75ab4
10 changed files with 19 additions and 3 deletions

11
package-lock.json generated
View File

@ -3781,8 +3781,7 @@
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"dev": true
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
},
"object-inspect": {
"version": "1.3.0",
@ -3807,6 +3806,14 @@
"object-keys": "1.0.11"
}
},
"octicons": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/octicons/-/octicons-7.2.0.tgz",
"integrity": "sha512-d7JFtVoeK07Anp0wRvZ7GJ+eCW5hGRvrGJn7wt64NnpaZdxlvDBFwnafLbljZoNnXCdlpgFoZz9yD+NLw1gXLA==",
"requires": {
"object-assign": "4.1.1"
}
},
"once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",