@deephaven/icons 0.8.0 → 0.8.2-beta.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.8.0",
3
+ "version": "0.8.2-beta.5+45a1e78",
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": "2e4165ca67119a38eea673d430593284022168c8"
52
+ "gitHead": "45a1e787f47540545e2e3d8649dfc67b7bb85237"
53
53
  }