Move all src JS into external plugins installed through NPM:

@11ty/eleventy-plugin-rss
@11ty/eleventy-plugin-syntaxhighlight
This commit is contained in:
Zach Leatherman
2018-01-28 21:27:41 -06:00
parent c4b6550f4e
commit ac5c7edb44
11 changed files with 14 additions and 235 deletions

View File

@@ -22,21 +22,10 @@
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"dependencies": {
"@11ty/eleventy": "0.2.12",
"@11ty/eleventy": "0.2.13",
"@11ty/eleventy-plugin-rss": "^1.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.0",
"luxon": "^0.3.1",
"posthtml": "^0.11.2",
"posthtml-urls": "^1.0.0",
"prismjs": "^1.10.0"
},
"devDependencies": {
"ava": "^0.25.0"
},
"ava": {
"files": [
"_src/test/*.js"
],
"source": [
"_src/**/*.{js,jsx}"
]
}
}