@deephaven/icons 0.11.2-beta.11 → 0.11.2-beta.13

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.11.2-beta.11+7cf384a",
3
+ "version": "0.11.2-beta.13+86de449",
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",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "7cf384aa6b5b03ad0c1d553305f3725a6fc476b0"
51
+ "gitHead": "86de449cb19f7006618a1bf42b92f713104661e4"
52
52
  }