Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson committed Jun 15, 2024
1 parent 7830a82 commit 63a46fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion counter/src/Frontend.elm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module Frontend exposing (Model, app)


import Html exposing (Html, text)
import Html.Attributes exposing (style)
import Html.Events exposing (onClick)
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "jxxcarlson/elm-review-codeinstaller",
"summary": "A set of rules for installing code in an existing Elm project.",
"license": "MIT",
"version": "6.1.2",
"version": "6.1.3",
"exposed-modules": [
"Install.ClauseInCase",
"Install.FieldInTypeAlias",
Expand Down
10 changes: 6 additions & 4 deletions preview/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ config =
-- |> Install.ClauseInCase.makeRule
--, Install.Function.init [ "Frontend" ] "view" viewFunction |> Install.Function.makeRule
--
Install.Import.init "Frontend" "Foo.Bar"
|> Install.Import.withAlias "FB"
|> Install.Import.withExposedValues [ "a", "b", "c" ]
|> Install.Import.makeRule
--Install.Import.init "Frontend" "Foo.Bar"
-- |> Install.Import.withAlias "FB"
-- |> Install.Import.withExposedValues [ "a", "b", "c" ]
-- |> Install.Import.makeRule
Install.Import.init "Frontend" "Foo.Bar" |> Install.Import.makeRule
, Install.Import.init "Frontend" "Box.Tux" |> Install.Import.makeRule
]


Expand Down

0 comments on commit 63a46fd

Please sign in to comment.