@deephaven/icons 0.38.1-beta.2 → 0.38.1-beta.5

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.38.1-beta.2+e0a2a369",
3
+ "version": "0.38.1-beta.5+588cb8fd",
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",
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "e0a2a369ea3c90e9c2e25b7e29823825db14d3f5"
48
+ "gitHead": "588cb8fd080ac992da40e9b732d82e206032c9eb"
49
49
  }