@deephaven/golden-layout 0.9.1-beta.0 → 0.9.1-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/golden-layout",
3
- "version": "0.9.1-beta.0+559f166",
3
+ "version": "0.9.1-beta.10+8a6f7d2",
4
4
  "author": "Deephaven Data Labs LLC",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -28,9 +28,8 @@
28
28
  "jquery": "^3.5.1"
29
29
  },
30
30
  "scripts": {
31
- "build": "cross-env NODE_ENV=production run-s clean build-steps",
32
- "build-dev": "cross-env NODE_ENV=development run-s clean build-steps",
33
- "build-steps": "run-p build:*",
31
+ "build": "cross-env NODE_ENV=production run-p build:*",
32
+ "build-dev": "cross-env NODE_ENV=development run-p build:*",
34
33
  "sass": "sass ./src/scss:./dist/css -s compressed",
35
34
  "build:gulp": "gulp build",
36
35
  "build:sass": "npm run sass",
@@ -96,5 +95,5 @@
96
95
  "publishConfig": {
97
96
  "access": "public"
98
97
  },
99
- "gitHead": "559f166018ce6e882a57351526fba18153912503"
98
+ "gitHead": "8a6f7d21a06c9b590682684844fb169153ee8340"
100
99
  }