mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 14:55:35 +03:00
Fix example for Project.create
This commit is contained in:
parent
03766d59a2
commit
5cfae6409b
@ -64,10 +64,10 @@ You could something like the following to create a test project in your tests.
|
||||
testProject : Project
|
||||
testProject =
|
||||
Project.new
|
||||
|> Project.addDependency
|
||||
|> Project.addDependency dependency
|
||||
|
||||
dependency : String -> Dependency
|
||||
dependency license =
|
||||
dependency : Dependency
|
||||
dependency =
|
||||
Dependency.create
|
||||
"author/dependency"
|
||||
(createElmJson rawElmJson)
|
||||
|
Loading…
Reference in New Issue
Block a user