mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-08 23:50:36 +03:00
Update compatability key.
This commit is contained in:
parent
d61ddecca8
commit
904af360ad
@ -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: 5.
|
||||
Current Compatibility Key: 6.
|
||||
|
||||
## Contributors ✨
|
||||
|
||||
|
@ -1 +1 @@
|
||||
module.exports = { compatibilityKey: 5 };
|
||||
module.exports = { compatibilityKey: 6 };
|
||||
|
@ -3,4 +3,4 @@ module Pages.Internal.Platform.CompatibilityKey exposing (currentCompatibilityKe
|
||||
|
||||
currentCompatibilityKey : Int
|
||||
currentCompatibilityKey =
|
||||
5
|
||||
6
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
const fs = require("fs");
|
||||
|
||||
const currentCompatibilityKey = 5;
|
||||
const currentCompatibilityKey = 6;
|
||||
|
||||
fs.writeFileSync(
|
||||
"src/Pages/Internal/Platform/CompatibilityKey.elm",
|
||||
|
Loading…
Reference in New Issue
Block a user