@deephaven/icons 0.14.2-beta.2 → 0.14.2-beta.4

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.14.2-beta.2+1a8bb7c",
3
+ "version": "0.14.2-beta.4+84d1a59",
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",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "1a8bb7cfa37bfb70bf7861108a92372d44cd1293"
42
+ "gitHead": "84d1a5903573a36a20f7c8a61be4bd32c4d9380b"
43
43
  }