@deephaven/icons 0.34.1-relative-links.15 → 0.34.1-relative-links.24

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/icons",
3
- "version": "0.34.1-relative-links.15+05fc6cd0",
3
+ "version": "0.34.1-relative-links.24+dc3d7471",
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",
@@ -9,6 +9,7 @@
9
9
  "files": [
10
10
  "dist"
11
11
  ],
12
+ "sideEffects": false,
12
13
  "scripts": {
13
14
  "prestart": "npm run build",
14
15
  "start": "npm run watch",
@@ -44,5 +45,5 @@
44
45
  "publishConfig": {
45
46
  "access": "public"
46
47
  },
47
- "gitHead": "05fc6cd004acabc0a9bc0807912acff061e55464"
48
+ "gitHead": "dc3d747123588c4c692388f0e879a09f46c8952f"
48
49
  }