@deephaven/icons 0.15.1-alpha-webdav.3 → 0.15.1-beta.2

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.15.1-alpha-webdav.3+000a0c5",
3
+ "version": "0.15.1-beta.2+d4f06fc",
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",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "000a0c514caa9bdaea2696694275d1ce210f5df1"
42
+ "gitHead": "d4f06fc67ee1ff5ac5a4c5bea8a453aa8fc96df7"
43
43
  }