@deephaven/icons 0.11.2-beta.0 → 0.11.2-package-directory.0

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