Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - pug-code-gen@2.0.0
 - pug-filters@2.1.5
 - pug-linker@3.0.3
 - pug-load@2.0.9
 - pug-parser@4.0.0
 - pug-walk@1.1.5
 - pug@2.0.0-rc.4
  • Loading branch information
ForbesLindesay committed Sep 6, 2017
1 parent 17c11ae commit 39988d5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/pug-code-gen/package.json
@@ -1,6 +1,6 @@
{
"name": "pug-code-gen",
"version": "1.1.1",
"version": "2.0.0",
"description": "Default code-generator for pug. It generates HTML via a JavaScript template function.",
"keywords": [
"pug"
Expand Down
8 changes: 4 additions & 4 deletions packages/pug-filters/package.json
@@ -1,6 +1,6 @@
{
"name": "pug-filters",
"version": "2.1.4",
"version": "2.1.5",
"description": "Code for processing filters in pug templates",
"keywords": [
"pug"
Expand All @@ -9,7 +9,7 @@
"clean-css": "^3.3.0",
"constantinople": "^3.0.1",
"pug-error": "^1.3.2",
"pug-walk": "^1.1.4",
"pug-walk": "^1.1.5",
"jstransformer": "1.0.0",
"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": "^3.1.0",
"pug-load": "^2.0.8",
"pug-parser": "^3.0.1"
"pug-load": "^2.0.9",
"pug-parser": "^4.0.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/pug-linker/package.json
@@ -1,18 +1,18 @@
{
"name": "pug-linker",
"version": "3.0.2",
"version": "3.0.3",
"description": "Link multiple pug ASTs together using include/extends",
"keywords": [
"pug"
],
"dependencies": {
"pug-error": "^1.3.2",
"pug-walk": "^1.1.4"
"pug-walk": "^1.1.5"
},
"devDependencies": {
"pug-lexer": "^3.1.0",
"pug-load": "^2.0.8",
"pug-parser": "^3.0.1"
"pug-load": "^2.0.9",
"pug-parser": "^4.0.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-load/package.json
@@ -1,17 +1,17 @@
{
"name": "pug-load",
"version": "2.0.8",
"version": "2.0.9",
"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.4"
"pug-walk": "^1.1.5"
},
"devDependencies": {
"pug-lexer": "^3.1.0",
"pug-parser": "^3.0.1"
"pug-parser": "^4.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "pug-parser",
"version": "3.0.1",
"version": "4.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
@@ -1,14 +1,14 @@
{
"name": "pug-walk",
"version": "1.1.4",
"version": "1.1.5",
"description": "Walk and transform a pug AST",
"keywords": [
"pug"
],
"dependencies": {},
"devDependencies": {
"pug-lexer": "^3.1.0",
"pug-parser": "^3.0.1"
"pug-parser": "^4.0.0"
},
"files": [
"index.js"
Expand Down
12 changes: 6 additions & 6 deletions packages/pug/package.json
@@ -1,7 +1,7 @@
{
"name": "pug",
"description": "A clean, whitespace-sensitive template language for writing HTML",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"maintainers": [
"Forbes Lindesay <forbes@lindesay.co.uk>",
Expand All @@ -20,12 +20,12 @@
},
"main": "lib",
"dependencies": {
"pug-code-gen": "^1.1.1",
"pug-filters": "^2.1.4",
"pug-code-gen": "^2.0.0",
"pug-filters": "^2.1.5",
"pug-lexer": "^3.1.0",
"pug-linker": "^3.0.2",
"pug-load": "^2.0.8",
"pug-parser": "^3.0.1",
"pug-linker": "^3.0.3",
"pug-load": "^2.0.9",
"pug-parser": "^4.0.0",
"pug-runtime": "^2.0.3",
"pug-strip-comments": "^1.0.2"
},
Expand Down

0 comments on commit 39988d5

Please sign in to comment.