@deephaven/icons 0.11.2-beta.9 → 0.11.2-js-plugins.1

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 +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/icons",
3
- "version": "0.11.2-beta.9+95138fd",
3
+ "version": "0.11.2-js-plugins.1+149206d",
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",
@@ -21,8 +21,7 @@
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",
24
- "url": "https://github.com/deephaven/web-client-ui.git",
25
- "directory": "packages/icons"
24
+ "url": "https://github.com/deephaven/web-client-ui"
26
25
  },
27
26
  "keywords": [
28
27
  "icons"
@@ -48,5 +47,5 @@
48
47
  "publishConfig": {
49
48
  "access": "public"
50
49
  },
51
- "gitHead": "95138fdbac36ffce76f18e87f79fd536caf74c94"
50
+ "gitHead": "149206de19fa4378a12f33c46d0daa886ab45d95"
52
51
  }