stdlib: rename js/react.#App to js/yarn.#Package

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2021-05-12 23:32:02 +00:00
committed by Solomon Hykes
parent 56ef4c1928
commit 16edfc4fec
6 changed files with 23 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ package main
import (
"dagger.io/netlify"
"dagger.io/js/react"
"dagger.io/js/yarn"
"dagger.io/git"
)
@@ -22,6 +22,6 @@ www: netlify.#Site & {
contents: app.build
}
app: react.#App & {
app: yarn.#Package & {
source: repo
}