@inglorious/logo 2.0.14 → 2.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/render.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inglorious/logo",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
4
4
  "description": "The Inglorious Coderz logo, remade to be compatible with Inglorious Web.",
5
5
  "author": "IceOnFire <antony.mistretta@gmail.com> (https://ingloriouscoderz.it)",
6
6
  "license": "MIT",
package/src/render.js CHANGED
@@ -17,7 +17,7 @@
17
17
  import { html, styleMap, when } from "@inglorious/web"
18
18
 
19
19
  import eye from "./assets/eye.svg"
20
- import * as faces from "./assets/faces"
20
+ import * as faces from "./assets/faces/index.js"
21
21
 
22
22
  const MINUS_FORTY_DEGREES = -0.6981
23
23
  const MINUS_FORTY_FIVE_DEGREES = -0.7854