@literary-universe/svg-icons 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Literary Universe SVG icons
2
+
3
+ Literary Universe icon set to be used with [svg-icons](https://www.npmjs.com/package/svg-icon).
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@literary-universe/svg-icons",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "MIT",
5
5
  "description": "Literary Universe icons available as optimized SVGs",
6
6
  "author": "Jan Dvorak <jdvorak@literaryuniverse.com>",
7
- "homepage": "https://github.com/literary-universe/icons",
8
- "repository": "git://github.com/literary-universe/icons.git",
7
+ "homepage": "https://github.com/LiteraryUniverse/icons",
8
+ "repository": "git://github.com/LiteraryUniverse/icons.git",
9
9
  "keywords": [
10
10
  "svg-icons"
11
11
  ],