neex 0.6.6 → 0.6.8

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.
@@ -164,9 +164,7 @@ function addDevCommands(program) {
164
164
  stopOnError: options.stopOnError,
165
165
  printOutput: options.output,
166
166
  minimalOutput: options.minimal,
167
- watch: watchPaths,
168
167
  ignore: ignorePatterns,
169
- ext: extensions,
170
168
  delay: options.delay || 1000,
171
169
  clearConsole: options.clear,
172
170
  verbose: options.verbose,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neex",
3
- "version": "0.6.6",
3
+ "version": "0.6.8",
4
4
  "description": "The Modern Build System for Polyrepo-in-Monorepo Architecture",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",