mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-08 23:50:36 +03:00
Upgrade docs to reference latest npm version.
This commit is contained in:
parent
43e23d390a
commit
7075f92e59
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.1.2] - 2020-01-03
|
## [1.1.3] - 2020-01-03
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Added `StaticHttp` requests in the CLI process (see the Elm package changelog).
|
- Added `StaticHttp` requests in the CLI process (see the Elm package changelog).
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# `elm-pages` Upgrade Guide
|
# `elm-pages` Upgrade Guide
|
||||||
|
|
||||||
## Upgrading to Elm Package 1.1.0 and NPM Package 1.1.2
|
## Upgrading to Elm Package 1.1.0 and NPM Package 1.1.3
|
||||||
|
|
||||||
Here's a diff to help guide you through the change: https://github.com/dillonkearns/elm-pages-starter/commit/5de5102d706f4a360df94e5493ceff27ebd61587.
|
Here's a diff to help guide you through the change: https://github.com/dillonkearns/elm-pages-starter/commit/5de5102d706f4a360df94e5493ceff27ebd61587.
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ Here's a diff to help guide you through the change: https://github.com/dillonkea
|
|||||||
|
|
||||||
### Step by step upgrade checklist
|
### Step by step upgrade checklist
|
||||||
|
|
||||||
- Be sure to install the latest NPM package *and* the latest elm package (NPM version 1.1.2 and Elm package version 1.1.0 at
|
- Be sure to install the latest NPM package *and* the latest elm package (NPM version 1.1.3 and Elm package version 1.1.0 at
|
||||||
the time of this writing).
|
the time of this writing).
|
||||||
- `elm install elm/time` (the generated `Pages.elm` has a new `builtAt` value of
|
- `elm install elm/time` (the generated `Pages.elm` has a new `builtAt` value of
|
||||||
type `Time` so this needs to be installed for it to compile).
|
type `Time` so this needs to be installed for it to compile).
|
||||||
|
Loading…
Reference in New Issue
Block a user