uni-run 1.1.12 → 1.1.13

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.
@@ -278,7 +278,7 @@ exports.default = (0, as_1.default)([
278
278
  exec: ['light-express-server', script, ...args],
279
279
  watchExts: ['css', 'js', 'javascript'],
280
280
  install: {
281
- check: ['light-express-server', '--version'],
281
+ check: ['light-express-server', '--help'],
282
282
  command: ['npm', 'install', '-g', 'light-express-server'],
283
283
  hints: [
284
284
  'Please install light-express-server from https://www.npmjs.com/package/light-express-server',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uni-run",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "Universal Runner for many language",
5
5
  "type": "commonjs",
6
6
  "scripts": {