Skip to content

Commit 490b38b

Browse files
committed
Fixed: Updated elm.json file
The elm.json file was copied from another project. This fixes it by adding information for the current project.
1 parent d1ff0ed commit 490b38b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "package",
3-
"name": "gampleman/elm-rosetree",
4-
"summary": "Strict multiway trees aka rosetrees and a Zipper to go with them",
3+
"name": "gampleman/core-extra",
4+
"summary": "This is a collection of utility functions that provide additional or improved functions to the Elm standard library.",
55
"license": "BSD-3-Clause",
66
"version": "1.0.0",
77
"exposed-modules": [

0 commit comments

Comments
 (0)