@openremote/util 1.8.0 → 1.8.1

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 (2) hide show
  1. package/cli.js +1 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -29,7 +29,7 @@ function getGradleDirectory() {
29
29
  if (process.argv.length >= 3 && process.argv[2] =="watch") {
30
30
 
31
31
  // Do watch
32
- let cwd = getWorkingDirectory();
32
+ let cwd = getGradleDirectory();
33
33
  console.log("Watching model for changes...");
34
34
  const child = spawn((process.platform === "win32" ? "gradlew" : "./gradlew"), ["-t", "modelWatch"], {
35
35
  cwd: cwd,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/util",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Build Util",
5
5
  "author": "OpenRemote",
6
6
  "main": "webpack.util.js",