@deephaven/icons 0.9.4-beta.4 → 0.9.4-js-plugins.9

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-beta.4+97f68c3",
3
+ "version": "0.9.4-js-plugins.9+b9ea40a",
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": "97f68c340aa1bae3850a781db2f19cfb011a9712"
50
+ "gitHead": "b9ea40ab24f060dc1a201caec2082d76a92752d6"
51
51
  }