@deephaven/icons 0.9.1-embed-grid.10 → 0.9.2-beta.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 +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/icons",
3
- "version": "0.9.1-embed-grid.10+206ea03",
3
+ "version": "0.9.2-beta.0+039d224",
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",
@@ -10,13 +10,11 @@
10
10
  "dist"
11
11
  ],
12
12
  "scripts": {
13
- "clean": "rimraf ./dist",
14
13
  "prestart": "npm run build",
15
14
  "start": "npm run watch",
16
15
  "watch": "chokidar \"src/**/*\" -c \"npm run build\"",
17
16
  "svgo-dh": "svgo -q -f ./src/icons/ -o ./dist/svg/dh --config ./config.yml",
18
17
  "svgo-vs": "svgo -q -f '../../node_modules/@vscode/codicons/src/icons/' -o ./dist/svg/vs --config ./config.yml",
19
- "prebuild": "npm run clean",
20
18
  "build": "run-s build:icons build:js",
21
19
  "build:icons": "run-p svgo-dh svgo-vs",
22
20
  "build:js": "node ./scripts/build.js"
@@ -49,5 +47,5 @@
49
47
  "publishConfig": {
50
48
  "access": "public"
51
49
  },
52
- "gitHead": "206ea038f1d4dfadb41b90bc948758e959b25cb8"
50
+ "gitHead": "039d224e3f0ad8ed3ed2a7f201f3069bfd71361d"
53
51
  }