We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff1cce commit 0917398Copy full SHA for 0917398
packages/pug-filters/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pug-filters",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "Code for processing filters in pug templates",
5
"keywords": [
6
"pug"
packages/pug/package.json
@@ -1,7 +1,7 @@
"name": "pug",
"description": "A clean, whitespace-sensitive template language for writing HTML",
- "version": "2.0.1",
+ "version": "2.0.2",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"maintainers": [
7
"Forbes Lindesay <forbes@lindesay.co.uk>",
@@ -21,7 +21,7 @@
21
"main": "lib",
22
"dependencies": {
23
"pug-code-gen": "^2.0.1",
24
- "pug-filters": "^3.0.1",
+ "pug-filters": "^3.0.2",
25
"pug-lexer": "^4.0.0",
26
"pug-linker": "^3.0.5",
27
"pug-load": "^2.0.11",
0 commit comments