commands-manager
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "commands-manager", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -13,14 +13,14 @@ "type": "module", | ||
}, | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"index.js", | ||
"lib" | ||
"dist" | ||
], | ||
"bin": { | ||
"commands-manager": "cli.js", | ||
"comgr": "cli.js", | ||
"cmgr": "cli.js" | ||
"commands-manager": "dist/cli.js", | ||
"comgr": "dist/cli.js", | ||
"cmgr": "dist/cli.js" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.16.0", | ||
"bili": "^5.0.5", | ||
"jest": "^27.3.1", | ||
@@ -31,3 +31,4 @@ "prettier": "^2.5.1" | ||
"prettify": "prettier --write .", | ||
"test": "jest" | ||
"test": "jest", | ||
"bl": "bili" | ||
}, | ||
@@ -34,0 +35,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
# commands-manager | ||
# commands-manager [![NPM version][npm-image]][npm-url] | ||
@@ -79,1 +79,9 @@ > Brings the command line experience to the new level by grouping and running commands like a boss. | ||
-h, --help Display this message | ||
## License | ||
MIT © [Rushan Alyautdinov](https://github.com/akgondber) | ||
[npm-image]: https://badge.fury.io/js/commands-manager.svg | ||
[npm-url]: https://npmjs.org/package/commands-manager |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12374
262
87
4
4
1