@deephaven/icons 0.9.3-fix-fontawesome.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/icons",
3
- "version": "0.9.3-fix-fontawesome.2+750dfef",
3
+ "version": "0.9.3",
4
4
  "description": "Icons used in Deephaven client apps. Extends vscode-codicons to be font-awesome svg-core compatible and adds additional icons in a similar style.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "750dfef4f31ee521fbf805ac8ffa4588d05c697c"
50
+ "gitHead": "67b529ab10ff72d85e6f2f9173faa35eb3daaf05"
51
51
  }