Skip to content

Commit 701c0cd

Browse files
authored
Merge pull request #80 from hhatto/fix-build
fix build
2 parents 6c10fc8 + 1bf4fdc commit 701c0cd

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"sass": "^1.26.3",
1616
"semver": "^6.3.0",
1717
"slugify": "^1.4.0",
18-
"stalfos": "github:andy-piccalilli/stalfos#c8971d22726326cfc04089b2da4d51eeb1ebb0eb",
18+
"stalfos": "https://github.com/andy-piccalilli/stalfos#c8971d22726326cfc04089b2da4d51eeb1ebb0eb",
1919
"striptags": "^3.1.1"
2020
},
2121
"devDependencies": {
@@ -38,15 +38,7 @@
3838
"serve": "cross-env ELEVENTY_ENV=development npx eleventy --serve",
3939
"production": "npm run sass:process && npx eleventy"
4040
},
41-
"repository": {
42-
"type": "git",
43-
"url": "git+https://github.com/hankchizljaw/hylia.git"
44-
},
4541
"keywords": [],
4642
"author": "",
47-
"license": "MIT",
48-
"bugs": {
49-
"url": "https://github.com/hankchizljaw/hylia/issues"
50-
},
51-
"homepage": "https://github.com/hankchizljaw/hylia#readme"
43+
"license": "MIT"
5244
}

0 commit comments

Comments
 (0)