mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
Bump NPM version.
This commit is contained in:
parent
53b28f7954
commit
eae0dc80ff
@ -81,7 +81,7 @@ https://github.com/dillonkearns/elm-pages/projects
|
||||
You will see an error if the NPM and Elm package do not have a matching Compatibility Key. Usually it's best to upgrade to the latest version of both the Elm and NPM
|
||||
packages when you upgrade. However, in case you want to install versions that are behind the latest, the Compatibility Key is included here for reference.
|
||||
|
||||
Current Compatibility Key: 11.
|
||||
Current Compatibility Key: 12.
|
||||
|
||||
## Contributors ✨
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
export const compatibilityKey = 11;
|
||||
export const compatibilityKey = 12;
|
||||
|
||||
export const packageVersion = "3.0.0-beta.28";
|
||||
export const packageVersion = "3.0.0-beta.29";
|
||||
|
@ -3,4 +3,4 @@ module Pages.Internal.Platform.CompatibilityKey exposing (currentCompatibilityKe
|
||||
|
||||
currentCompatibilityKey : Int
|
||||
currentCompatibilityKey =
|
||||
11
|
||||
12
|
||||
|
Loading…
Reference in New Issue
Block a user