Upgrade lanyon and don't install it in every single setup

This commit is contained in:
Kevin van Zonneveld 2017-02-14 15:00:34 +01:00
parent 382217eebf
commit b280139595
2 changed files with 1029 additions and 663 deletions

View File

@ -7,7 +7,7 @@
"build": "lanyon build",
"deploy": "lanyon deploy",
"encrypt": "lanyon encrypt",
"install": "lanyon postinstall",
"install:lanyon": "lanyon install",
"lint": "shellcheck --shell=bash $(find . -name '*.sh' -maxdepth 2)",
"release:major": "env SEMANTIC=major npm run release",
"release:minor": "env SEMANTIC=minor npm run release",
@ -39,7 +39,7 @@
"browser-sync": "2.18.5",
"cross-env": "3.1.3",
"fakefile": "0.0.8",
"lanyon": "0.0.47",
"lanyon": "0.0.53",
"next-update": "1.5.1",
"npm-run-all": "3.1.2",
"replace": "^0.3.0"

1688
yarn.lock

File diff suppressed because it is too large Load Diff