mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
10.08.2022 ade78cf812fc29a43cdb3db4b8f8094376b634e8
chore: align package version with upstream
2 files modified
4 ■■■■ changed files
package-lock.json 2 ●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -1,6 +1,6 @@
{
  "name": "anatole",
  "version": "1.1.0",
  "version": "1.7.0",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
package.json
@@ -1,6 +1,6 @@
{
  "name": "anatole",
  "version": "1.1.0",
  "version": "1.7.0",
  "description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.",
  "scripts": {
    "build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.",