-
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.
Zeta 6462 export morph command - ship it (#8)
* ZETA-6460: Update package json name. * ZETA-6460: Add codemorph core. * ZETA-6460: Benchmark progress towards completing json logic. * ZETA-6460: Wire up inital npm install update logic. * ZETA-6462: Expose morph command. * ZETA-6462: fix interfae. * ZETA-6462: Fix one more import path.
- Loading branch information
1 parent
03d3908
commit 19fa62e
Showing
4 changed files
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 +1,2 @@ | ||
// export { Blah as default } from './lib' | ||
export { morphCommand } from "./command-morph/command-morph"; |
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