Skip to content

Commit

Permalink
Fix Elm package name (#61)
Browse files Browse the repository at this point in the history
* Added missing module declarations. #37

* Process only those modules that are reachable from exposed ones. Remove package path from module names. #21

* Renaming concepts based on review feedback. #41

* Moved Advanced module up a level. #43

* Removed unused unindent function.

* Moved name to SDK.

* Added missing module to SDK.

* Partial implementation of value mapping.

* Ignore all generated JS.

* Change extra arg position and naming. #46, #25

* Change extra arg position and naming. #46, #25

* Removed remaining references to extra. #5

* Change extra arg position. #46, #25, #5

* Added more coverage. #46, #25, #5

* Changes suggested in the PR. #46, #25, #5

* Use more explicit names.

* All patterns supported.

* Pattern-match supported.

* Added support for SDK operators. #52

* Fix compile errors.

* Prepare Elm module publishing. #2

* Fix repo name. #2
  • Loading branch information
AttilaMihaly authored Apr 15, 2020
1 parent b0779d7 commit 67b8474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "package",
"name": "MorganStanley/morphir-elm",
"name": "Morgan-Stanley/morphir-elm",
"summary": "Morphir Elm bindings",
"license": "Apache-2.0",
"version": "1.0.0",
Expand Down

0 comments on commit 67b8474

Please sign in to comment.