-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Evgeny Zakharov
committed
Nov 14, 2021
1 parent
65b8ff1
commit 299ae1a
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@medusa-frontends/cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A CLI interface for bootstrapping and managing MFEs", | ||
"main": "bin/medusa.js", | ||
"repository": "[email protected]:mfe-playground/medusa-cli.git", | ||
|
@@ -32,13 +32,13 @@ | |
"esbuild": "^0.13.9", | ||
"eslint": "7.10.0", | ||
"prettier": "2.3.0", | ||
"rollup": "^2.59.0", | ||
"rollup-plugin-dts": "^4.0.0", | ||
"rollup-plugin-esbuild": "^4.6.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^4.4.4" | ||
}, | ||
"dependencies": { | ||
"rollup-plugin-dts": "^4.0.0", | ||
"rollup": "^2.59.0", | ||
"@medusa-frontends/webpack-plugin": "^1.0.0", | ||
"change-case": "^4.1.2", | ||
"commander": "^8.3.0", | ||
|