@deephaven/icons 0.9.1-beta.0 → 0.9.1-beta.10

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-beta.0+559f166",
3
+ "version": "0.9.1-beta.10+8a6f7d2",
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": "559f166018ce6e882a57351526fba18153912503"
50
+ "gitHead": "8a6f7d21a06c9b590682684844fb169153ee8340"
53
51
  }