@deephaven/icons 0.6.1-markdownnotebooks.4 → 0.6.3-alpha.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.6.1-markdownnotebooks.4+99274f6",
3
+ "version": "0.6.3-alpha.5+ad53748",
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",
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "99274f61a6fca4dc3ca3c3f3a64711dc01bdd576"
52
+ "gitHead": "ad5374896dae14c1682bc3ff4a9c6ac24b7cb8ef"
53
53
  }