@deephaven/icons 0.9.4-plugins.9 → 0.10.1-beta.0

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.4-plugins.9+b9ea40a",
3
+ "version": "0.10.1-beta.0+2e5d04a",
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": "b9ea40ab24f060dc1a201caec2082d76a92752d6"
50
+ "gitHead": "2e5d04af4da30365435b3b61f679b58897c1706c"
51
51
  }