Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Jun 18, 2019
1 parent 5e47ab4 commit 1bdf628
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions packages/pug-attrs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pug-attrs",
"version": "2.0.3",
"version": "2.0.4",
"description": "Generate code for Pug attributes",
"keywords": [
"pug"
],
"dependencies": {
"constantinople": "^3.0.1",
"js-stringify": "^1.0.1",
"pug-runtime": "^2.0.4"
"pug-runtime": "^2.0.5"
},
"files": [
"index.js"
Expand Down
8 changes: 4 additions & 4 deletions packages/pug-code-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pug-code-gen",
"version": "2.0.1",
"version": "2.0.2",
"description": "Default code-generator for pug. It generates HTML via a JavaScript template function.",
"keywords": [
"pug"
Expand All @@ -9,9 +9,9 @@
"constantinople": "^3.1.2",
"doctypes": "^1.1.0",
"js-stringify": "^1.0.1",
"pug-attrs": "^2.0.3",
"pug-error": "^1.3.2",
"pug-runtime": "^2.0.4",
"pug-attrs": "^2.0.4",
"pug-error": "^1.3.3",
"pug-runtime": "^2.0.5",
"void-elements": "^2.0.1",
"with": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pug-error",
"version": "1.3.2",
"version": "1.3.3",
"description": "Standard error objects for pug",
"keywords": [
"pug"
Expand Down
12 changes: 6 additions & 6 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.1.0",
"version": "3.1.1",
"description": "Code for processing filters in pug templates",
"keywords": [
"pug"
Expand All @@ -9,8 +9,8 @@
"clean-css": "^4.1.11",
"constantinople": "^3.0.1",
"jstransformer": "1.0.0",
"pug-error": "^1.3.2",
"pug-walk": "^1.1.7",
"pug-error": "^1.3.3",
"pug-walk": "^1.1.8",
"resolve": "^1.1.6",
"uglify-js": "^2.6.1"
},
Expand All @@ -22,9 +22,9 @@
"jstransformer-markdown-it": "^1.0.0",
"jstransformer-stylus": "^1.0.0",
"jstransformer-uglify-js": "^1.1.1",
"pug-lexer": "^4.0.0",
"pug-load": "^2.0.11",
"pug-parser": "^5.0.0"
"pug-lexer": "^4.1.0",
"pug-load": "^2.0.12",
"pug-parser": "^5.0.1"
},
"files": [
"lib/handle-filters.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/pug-lexer/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pug-lexer",
"version": "4.0.0",
"version": "4.1.0",
"description": "The pug lexer (takes a string and converts it to an array of tokens)",
"keywords": [
"pug"
],
"dependencies": {
"character-parser": "^2.1.1",
"is-expression": "^3.0.0",
"pug-error": "^1.3.2"
"pug-error": "^1.3.3"
},
"devDependencies": {
"acorn": "^3.0.4"
Expand Down
12 changes: 6 additions & 6 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.5",
"version": "3.0.6",
"description": "Link multiple pug ASTs together using include/extends",
"keywords": [
"pug"
],
"dependencies": {
"pug-error": "^1.3.2",
"pug-walk": "^1.1.7"
"pug-error": "^1.3.3",
"pug-walk": "^1.1.8"
},
"devDependencies": {
"pug-lexer": "^4.0.0",
"pug-load": "^2.0.11",
"pug-parser": "^5.0.0"
"pug-lexer": "^4.1.0",
"pug-load": "^2.0.12",
"pug-parser": "^5.0.1"
},
"files": [
"index.js"
Expand Down
8 changes: 4 additions & 4 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.11",
"version": "2.0.12",
"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.7"
"pug-walk": "^1.1.8"
},
"devDependencies": {
"pug-lexer": "^4.0.0",
"pug-parser": "^5.0.0"
"pug-lexer": "^4.1.0",
"pug-parser": "^5.0.1"
},
"files": [
"index.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/pug-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "pug-parser",
"version": "5.0.0",
"version": "5.0.1",
"description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
"keywords": [
"pug"
],
"dependencies": {
"pug-error": "^1.3.2",
"pug-error": "^1.3.3",
"token-stream": "0.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pug-runtime",
"version": "2.0.4",
"version": "2.0.5",
"description": "The runtime components for the pug templating language",
"keywords": [
"pug"
Expand Down
4 changes: 2 additions & 2 deletions packages/pug-strip-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "pug-strip-comments",
"version": "1.0.3",
"version": "1.0.4",
"description": "Strip comments from a Pug token stream (from the lexer)",
"keywords": [
"pug"
],
"dependencies": {
"pug-error": "^1.3.2"
"pug-error": "^1.3.3"
},
"devDependencies": {
"line-json": "^1.0.0"
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "1.1.8",
"description": "Walk and transform a pug AST",
"keywords": [
"pug"
],
"devDependencies": {
"pug-lexer": "^4.0.0",
"pug-parser": "^5.0.0"
"pug-lexer": "^4.1.0",
"pug-parser": "^5.0.1"
},
"files": [
"index.js"
Expand Down
18 changes: 9 additions & 9 deletions packages/pug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pug",
"template"
],
"version": "2.0.3",
"version": "2.0.4",
"author": "TJ Holowaychuk <[email protected]>",
"maintainers": [
"Forbes Lindesay <[email protected]>",
Expand All @@ -26,14 +26,14 @@
},
"main": "lib",
"dependencies": {
"pug-code-gen": "^2.0.1",
"pug-filters": "^3.1.0",
"pug-lexer": "^4.0.0",
"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"
"pug-code-gen": "^2.0.2",
"pug-filters": "^3.1.1",
"pug-lexer": "^4.1.0",
"pug-linker": "^3.0.6",
"pug-load": "^2.0.12",
"pug-parser": "^5.0.1",
"pug-runtime": "^2.0.5",
"pug-strip-comments": "^1.0.4"
},
"devDependencies": {
"jstransformer-cdata": "^1.0.0",
Expand Down

0 comments on commit 1bdf628

Please sign in to comment.