uni-run 1.1.11 → 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.
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
- Here is the corrected grammar for your document:
2
-
3
1
  # uni-run
4
2
 
5
3
  `uni-run` is a versatile CLI tool designed to run various types of scripts, including but not limited to JavaScript, TypeScript, Python, Java, HTML, SASS, Lua, and more. It provides a unified interface to execute scripts with additional features like watching for file changes, benchmarking execution time, and more.
@@ -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.11",
3
+ "version": "1.1.13",
4
4
  "description": "Universal Runner for many language",
5
5
  "type": "commonjs",
6
6
  "scripts": {