Skip to content

Commit

Permalink
Valkyrie 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Sep 24, 2021
1 parent 8e8d070 commit 198cc84
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 88 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install @optimisegroup/valkyrie

Valkyrie includes a number of ways to use it. Our package will include the individual SVG files, a React-component and JavaScript implementation with TypeScript definitions, as well as an old-school webfont.

# 187 icons
# 190 icons
[Available on Figma](https://www.figma.com/file/jeP1aSRulegRxHDegrrmWc/Valkyrie?node-id=1%3A11358)

# About
Expand Down
207 changes: 123 additions & 84 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optimisegroup/valkyrie",
"version": "0.9.0",
"version": "0.9.1",
"description": "The iconography of Sippy.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"copyfiles": "^2.4.1",
"fantasticon": "^1.2.2",
"node-sass": "^6.0.1",
"nodemon": "^2.0.12",
"nodemon": "^2.0.13",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.7",
"postcss-cli": "^8.3.1",
Expand All @@ -65,7 +65,7 @@
"rimraf": "^3.0.2",
"sass": "^1.42.1",
"svg-to-ts": "^6.0.2",
"svgo": "^2.6.1",
"svgo": "^2.7.0",
"typescript": "^4.4.3"
},
"browserslist": {
Expand Down

0 comments on commit 198cc84

Please sign in to comment.