Skip to content

Commit 0917398

Browse files
Publish
- pug-filters@3.0.2 - pug@2.0.2
1 parent 7ff1cce commit 0917398

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/pug-filters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-filters",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Code for processing filters in pug templates",
55
"keywords": [
66
"pug"

packages/pug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pug",
33
"description": "A clean, whitespace-sensitive template language for writing HTML",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"author": "TJ Holowaychuk <tj@vision-media.ca>",
66
"maintainers": [
77
"Forbes Lindesay <forbes@lindesay.co.uk>",
@@ -21,7 +21,7 @@
2121
"main": "lib",
2222
"dependencies": {
2323
"pug-code-gen": "^2.0.1",
24-
"pug-filters": "^3.0.1",
24+
"pug-filters": "^3.0.2",
2525
"pug-lexer": "^4.0.0",
2626
"pug-linker": "^3.0.5",
2727
"pug-load": "^2.0.11",

0 commit comments

Comments
 (0)