@deephaven/icons 0.35.1-react-spectrum-provider.11 → 0.35.1-sideEffects.3

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.35.1-react-spectrum-provider.11+8d41a160",
3
+ "version": "0.35.1-sideEffects.3+9dd055ba",
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": "8d41a16061642614e5d99010ddb52f4d00ef37e0"
48
+ "gitHead": "9dd055bad4a66ef05ce953a1df0fa6ef5ccb0ea8"
48
49
  }