Skip to content

Commit

Permalink
Eleventy WebC v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 23, 2023
1 parent 394c9fd commit 08407c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@11ty/eleventy-plugin-webc",
"version": "0.8.1",
"version": "0.9.0",
"description": "WebC support for Eleventy adds for Single File Web Components",
"main": "eleventyWebcPlugin.js",
"scripts": {
Expand Down Expand Up @@ -37,14 +37,14 @@
"./test/test*.js"
],
"ignoredByWatcher": [
"**/_site/**",
".cache"
]
"**/_site/**",
".cache"
]
},
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-bundle": "^1.0.1",
"@11ty/webc": "^0.8.0"
"@11ty/webc": "^0.9.0"
},
"devDependencies": {
"ava": "^5.1.0",
Expand Down

0 comments on commit 08407c7

Please sign in to comment.