Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - pug-filters@3.0.1
 - pug-linker@3.0.5
 - pug-load@2.0.11
 - pug-parser@5.0.0
 - pug-walk@1.1.7
 - pug@2.0.1
  • Loading branch information
ForbesLindesay committed Mar 8, 2018
1 parent 540cddd commit 3e233dd
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions packages/pug-filters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pug-filters",
"version": "3.0.0",
"version": "3.0.1",
"description": "Code for processing filters in pug templates",
"keywords": [
"pug"
Expand All @@ -10,7 +10,7 @@
"constantinople": "^3.0.1",
"jstransformer": "1.0.0",
"pug-error": "^1.3.2",
"pug-walk": "^1.1.6",
"pug-walk": "^1.1.7",
"resolve": "^1.1.6",
"uglify-js": "^2.6.1"
},
Expand All @@ -23,8 +23,8 @@
"jstransformer-stylus": "^1.0.0",
"jstransformer-uglify-js": "^1.1.1",
"pug-lexer": "^4.0.0",
"pug-load": "^2.0.10",
"pug-parser": "^4.0.1"
"pug-load": "^2.0.11",
"pug-parser": "^5.0.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/pug-linker/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "pug-linker",
"version": "3.0.4",
"version": "3.0.5",
"description": "Link multiple pug ASTs together using include/extends",
"keywords": [
"pug"
],
"dependencies": {
"pug-error": "^1.3.2",
"pug-walk": "^1.1.6"
"pug-walk": "^1.1.7"
},
"devDependencies": {
"pug-lexer": "^4.0.0",
"pug-load": "^2.0.10",
"pug-parser": "^4.0.1"
"pug-load": "^2.0.11",
"pug-parser": "^5.0.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-load/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "pug-load",
"version": "2.0.10",
"version": "2.0.11",
"description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
"keywords": [
"pug"
],
"dependencies": {
"object-assign": "^4.1.0",
"pug-walk": "^1.1.6"
"pug-walk": "^1.1.7"
},
"devDependencies": {
"pug-lexer": "^4.0.0",
"pug-parser": "^4.0.1"
"pug-parser": "^5.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pug-parser",
"version": "4.0.1",
"version": "5.0.0",
"description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
"keywords": [
"pug"
Expand Down
4 changes: 2 additions & 2 deletions packages/pug-walk/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "pug-walk",
"version": "1.1.6",
"version": "1.1.7",
"description": "Walk and transform a pug AST",
"keywords": [
"pug"
],
"devDependencies": {
"pug-lexer": "^4.0.0",
"pug-parser": "^4.0.1"
"pug-parser": "^5.0.0"
},
"files": [
"index.js"
Expand Down
10 changes: 5 additions & 5 deletions packages/pug/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pug",
"description": "A clean, whitespace-sensitive template language for writing HTML",
"version": "2.0.0",
"version": "2.0.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"maintainers": [
"Forbes Lindesay <forbes@lindesay.co.uk>",
Expand All @@ -21,11 +21,11 @@
"main": "lib",
"dependencies": {
"pug-code-gen": "^2.0.1",
"pug-filters": "^3.0.0",
"pug-filters": "^3.0.1",
"pug-lexer": "^4.0.0",
"pug-linker": "^3.0.4",
"pug-load": "^2.0.10",
"pug-parser": "^4.0.1",
"pug-linker": "^3.0.5",
"pug-load": "^2.0.11",
"pug-parser": "^5.0.0",
"pug-runtime": "^2.0.4",
"pug-strip-comments": "^1.0.3"
},
Expand Down

0 comments on commit 3e233dd

Please sign in to comment.