Skip to content

Commit

Permalink
changing URLs to hopefully better reflect the state of my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoch committed Sep 11, 2021
1 parent 9cc4930 commit 9ab56ff
Show file tree
Hide file tree
Showing 34 changed files with 67 additions and 147 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug.git"
"url": "https://github.com/aakoch/pug.git"
},
"scripts": {
"prettier:check": "prettier --ignore-path .gitignore --list-different './**/*.js'",
Expand Down
4 changes: 2 additions & 2 deletions packages/pug-attrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Generate code for Pug attributes

[![Build Status](https://img.shields.io/travis/pugjs/pug-attrs/master.svg)](https://travis-ci.org/pugjs/pug-attrs)
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-attrs)](https://david-dm.org/pugjs/pug?path=packages/pug-attrs)
[![Build Status](https://img.shields.io/travis/aakoch/pug-attrs/master.svg)](https://travis-ci.org/pugjs/pug-attrs)
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-attrs)](https://david-dm.org/aakoch/pug?path=packages/pug-attrs)
[![NPM version](https://img.shields.io/npm/v/pug-attrs.svg)](https://www.npmjs.org/package/pug-attrs)

## Installation
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-attrs/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "pug-attrs",
"version": "2.0.4",
"version": "3.0.0",
"description": "Generate code for Pug attributes",
"keywords": [
"pug"
],
"dependencies": {
"constantinople": "^4.0.1",
"js-stringify": "^1.0.2",
"pug-runtime": "^2.0.5"
"pug-runtime": "3.0.1"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-attrs"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-attrs"
},
"author": "Forbes Lindesay",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/pug-code-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Default code-generator for pug. It generates HTML via a JavaScript template function.

<!-- [![Build Status](https://img.shields.io/travis/pugjs/pug-code-gen/master.svg)](https://travis-ci.org/pugjs/pug-code-gen) -->
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-code-gen)](https://david-dm.org/pugjs/pug?path=packages/pug-code-gen)
<!-- [![Build Status](https://img.shields.io/travis/aakoch/pug-code-gen/master.svg)](https://travis-ci.org/pugjs/pug-code-gen) -->
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-code-gen)](https://david-dm.org/aakoch/pug?path=packages/pug-code-gen)
[![npm version](https://img.shields.io/npm/v/pug-code-gen.svg)](https://www.npmjs.org/package/pug-code-gen)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-code-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-code-gen"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-code-gen"
},
"author": "Forbes Lindesay",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/pug-error/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Standard error objects for pug. This module is intended for use by the lexer, parser, loader, linker, code-generator and any plugins.

[![Build Status](https://img.shields.io/travis/pugjs/pug-error/master.svg)](https://travis-ci.org/pugjs/pug-error)
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-error)](https://david-dm.org/pugjs/pug?path=packages/pug-error)
[![Build Status](https://img.shields.io/travis/aakoch/pug-error/master.svg)](https://travis-ci.org/pugjs/pug-error)
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-error)](https://david-dm.org/aakoch/pug?path=packages/pug-error)
[![NPM version](https://img.shields.io/npm/v/pug-error.svg)](https://www.npmjs.org/package/pug-error)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-error"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-error"
},
"author": "Forbes Lindesay",
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-filters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Code for processing filters in pug templates

[![Build Status](https://img.shields.io/travis/pugjs/pug-filters/master.svg)](https://travis-ci.org/pugjs/pug-filters)
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-filters)](https://david-dm.org/pugjs/pug?path=packages/pug-filters)
[![DevDependencies Status](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-filters)](https://david-dm.org/pugjs/pug?path=packages/pug-filters&type=dev)
[![Build Status](https://img.shields.io/travis/aakoch/pug-filters/master.svg)](https://travis-ci.org/pugjs/pug-filters)
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-filters)](https://david-dm.org/aakoch/pug?path=packages/pug-filters)
[![DevDependencies Status](https://david-dm.org/aakoch/pug/dev-status.svg?path=packages/pug-filters)](https://david-dm.org/aakoch/pug?path=packages/pug-filters&type=dev)
[![NPM version](https://img.shields.io/npm/v/pug-filters.svg)](https://www.npmjs.org/package/pug-filters)

## Installation
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"jstransformer-markdown-it": "^2.0.0",
"jstransformer-stylus": "^1.5.0",
"jstransformer-uglify-js": "^1.2.0",
"pug-lexer": "^4.1.0",
"pug-load": "^2.0.12",
"pug-lexer": "5.0.1",
"pug-load": "3.0.0",
"pug-parser": "6.0.0"
},
"files": [
Expand All @@ -30,7 +30,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-filters"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-filters"
},
"author": "Forbes Lindesay",
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-lexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

The pug lexer. This module is responsible for taking a string and converting it into an array of tokens.

[![Build Status](https://img.shields.io/travis/pugjs/pug-lexer/master.svg)](https://travis-ci.org/pugjs/pug-lexer)
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-lexer)](https://david-dm.org/pugjs/pug?path=packages/pug-lexer)
[![DevDependencies Status](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-lexer)](https://david-dm.org/pugjs/pug?path=packages/pug-lexer&type=dev)
[![Build Status](https://img.shields.io/travis/aakoch/pug-lexer/master.svg)](https://travis-ci.org/pugjs/pug-lexer)
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-lexer)](https://david-dm.org/aakoch/pug?path=packages/pug-lexer)
[![DevDependencies Status](https://david-dm.org/aakoch/pug/dev-status.svg?path=packages/pug-lexer)](https://david-dm.org/aakoch/pug?path=packages/pug-lexer&type=dev)
[![NPM version](https://img.shields.io/npm/v/pug-lexer.svg)](https://www.npmjs.org/package/pug-lexer)
[![Coverage Status](https://img.shields.io/codecov/c/github/pugjs/pug-lexer.svg)](https://codecov.io/gh/pugjs/pug-lexer)

Expand Down
2 changes: 1 addition & 1 deletion packages/pug-lexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-lexer"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-lexer"
},
"author": "ForbesLindesay",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/pug-lexer/test/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6662,7 +6662,7 @@ Array [
},
},
"type": "comment",
"val": " see https://github.com/pugjs/pug/issues/1589",
"val": " see https://github.com/aakoch/pug/issues/1589",
},
Object {
"loc": Object {
Expand Down Expand Up @@ -35307,7 +35307,7 @@ Array [
},
},
"type": "comment",
"val": " regression test for https://github.com/pugjs/pug/issues/1435",
"val": " regression test for https://github.com/aakoch/pug/issues/1435",
},
Object {
"loc": Object {
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-lexer/test/cases/blocks-in-if.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//- see https://github.com/pugjs/pug/issues/1589
//- see https://github.com/aakoch/pug/issues/1589
-var ajax = true

Expand Down
2 changes: 1 addition & 1 deletion packages/pug-lexer/test/cases/mixin-via-include.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//- regression test for https://github.com/pugjs/pug/issues/1435
//- regression test for https://github.com/aakoch/pug/issues/1435
include ../fixtures/mixin-include.pug

Expand Down
6 changes: 3 additions & 3 deletions packages/pug-linker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Link multiple pug ASTs together using include/extends

[![Build Status](https://img.shields.io/travis/pugjs/pug-linker/master.svg)](https://travis-ci.org/pugjs/pug-linker)
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-linker)](https://david-dm.org/pugjs/pug?path=packages/pug-linker)
[![DevDependencies Status](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-linker)](https://david-dm.org/pugjs/pug?path=packages/pug-linker&type=dev)
[![Build Status](https://img.shields.io/travis/aakoch/pug-linker/master.svg)](https://travis-ci.org/pugjs/pug-linker)
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-linker)](https://david-dm.org/aakoch/pug?path=packages/pug-linker)
[![DevDependencies Status](https://david-dm.org/aakoch/pug/dev-status.svg?path=packages/pug-linker)](https://david-dm.org/aakoch/pug?path=packages/pug-linker&type=dev)
[![NPM version](https://img.shields.io/npm/v/pug-linker.svg)](https://www.npmjs.org/package/pug-linker)

## Installation
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-linker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"pug-walk": "^1.1.8"
},
"devDependencies": {
"pug-lexer": "^4.1.0",
"pug-load": "^2.0.12",
"pug-lexer": "5.0.1",
"pug-load": "3.0.0",
"pug-parser": "6.0.0"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-linker"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-linker"
},
"author": "Forbes Lindesay",
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-load/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

The pug loader is responsible for loading the depenendencies of a given pug file. It adds `fullPath` and `str` properties to every `Include` and `Extends` node. It also adds an `ast` property to any `Include` nodes that are loading pug and any `Extends` nodes. It then recursively loads the dependencies of any of those included files.

[![Build Status](https://img.shields.io/travis/pugjs/pug-load/master.svg)](https://travis-ci.org/pugjs/pug-load)
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-load)](https://david-dm.org/pugjs/pug?path=packages/pug-load)
[![DevDependencies Status](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-load)](https://david-dm.org/pugjs/pug?path=packages/pug-load&type=dev)
[![Build Status](https://img.shields.io/travis/aakoch/pug-load/master.svg)](https://travis-ci.org/pugjs/pug-load)
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-load)](https://david-dm.org/aakoch/pug?path=packages/pug-load)
[![DevDependencies Status](https://david-dm.org/aakoch/pug/dev-status.svg?path=packages/pug-load)](https://david-dm.org/aakoch/pug?path=packages/pug-load&type=dev)
[![NPM version](https://img.shields.io/npm/v/pug-load.svg)](https://www.npmjs.org/package/pug-load)
[![Coverage Status](https://img.shields.io/codecov/c/github/pugjs/pug-load.svg)](https://codecov.io/gh/pugjs/pug-load)

Expand Down
4 changes: 2 additions & 2 deletions packages/pug-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"pug-walk": "^1.1.8"
},
"devDependencies": {
"pug-lexer": "^4.1.0",
"pug-lexer": "5.0.1",
"pug-parser": "6.0.0"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-load"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-load"
},
"author": "ForbesLindesay",
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

The pug parser (takes an array of tokens and converts it to an abstract syntax tree)

[![Build Status](https://img.shields.io/travis/pugjs/pug-parser/master.svg)](https://travis-ci.org/pugjs/pug-parser)
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-parser)](https://david-dm.org/pugjs/pug?path=packages/pug-parser)
[![DevDependencies Status](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-parser)](https://david-dm.org/pugjs/pug?path=packages/pug-parser&type=dev)
[![Build Status](https://img.shields.io/travis/aakoch/pug-parser/master.svg)](https://travis-ci.org/pugjs/pug-parser)
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-parser)](https://david-dm.org/aakoch/pug?path=packages/pug-parser)
[![DevDependencies Status](https://david-dm.org/aakoch/pug/dev-status.svg?path=packages/pug-parser)](https://david-dm.org/aakoch/pug?path=packages/pug-parser&type=dev)
[![NPM version](https://img.shields.io/npm/v/pug-parser.svg)](https://www.npmjs.org/package/pug-parser)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-parser"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-parser"
},
"author": "ForbesLindesay",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/pug-parser/test/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2501,7 +2501,7 @@ Object {
"filename": "blocks-in-if.tokens.json",
"line": 1,
"type": "Comment",
"val": " see https://github.com/pugjs/pug/issues/1589",
"val": " see https://github.com/aakoch/pug/issues/1589",
},
Object {
"buffer": false,
Expand Down Expand Up @@ -14698,7 +14698,7 @@ Object {
"filename": "mixin-via-include.tokens.json",
"line": 1,
"type": "Comment",
"val": " regression test for https://github.com/pugjs/pug/issues/1435",
"val": " regression test for https://github.com/aakoch/pug/issues/1435",
},
Object {
"block": Object {
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-parser/test/cases/blocks-in-if.tokens.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"type":"comment","loc":{"start":{"line":1,"column":1},"filename":"/cases/blocks-in-if.pug","end":{"line":1,"column":49}},"val":" see https://github.com/pugjs/pug/issues/1589","buffer":false}
{"type":"comment","loc":{"start":{"line":1,"column":1},"filename":"/cases/blocks-in-if.pug","end":{"line":1,"column":49}},"val":" see https://github.com/aakoch/pug/issues/1589","buffer":false}
{"type":"newline","loc":{"start":{"line":3,"column":1},"filename":"/cases/blocks-in-if.pug","end":{"line":3,"column":1}}}
{"type":"code","loc":{"start":{"line":3,"column":1},"filename":"/cases/blocks-in-if.pug","end":{"line":3,"column":17}},"val":"var ajax = true","mustEscape":false,"buffer":false}
{"type":"newline","loc":{"start":{"line":5,"column":1},"filename":"/cases/blocks-in-if.pug","end":{"line":5,"column":1}}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"type":"comment","loc":{"start":{"line":1,"column":1},"filename":"/cases/mixin-via-include.pug","end":{"line":1,"column":65}},"val":" regression test for https://github.com/pugjs/pug/issues/1435","buffer":false}
{"type":"comment","loc":{"start":{"line":1,"column":1},"filename":"/cases/mixin-via-include.pug","end":{"line":1,"column":65}},"val":" regression test for https://github.com/aakoch/pug/issues/1435","buffer":false}
{"type":"newline","loc":{"start":{"line":3,"column":1},"filename":"/cases/mixin-via-include.pug","end":{"line":3,"column":1}}}
{"type":"include","loc":{"start":{"line":3,"column":1},"filename":"/cases/mixin-via-include.pug","end":{"line":3,"column":8}}}
{"type":"path","loc":{"start":{"line":3,"column":9},"filename":"/cases/mixin-via-include.pug","end":{"line":3,"column":38}},"val":"../fixtures/mixin-include.pug"}
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

The runtime components for the pug templating language

[![Build Status](https://img.shields.io/travis/pugjs/pug-runtime/master.svg)](https://travis-ci.org/pugjs/pug-runtime)
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-runtime)](https://david-dm.org/pugjs/pug?path=packages/pug-runtime)
[![DevDependencies Status](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-runtime)](https://david-dm.org/pugjs/pug?path=packages/pug-runtime&type=dev)
[![Build Status](https://img.shields.io/travis/aakoch/pug-runtime/master.svg)](https://travis-ci.org/pugjs/pug-runtime)
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-runtime)](https://david-dm.org/aakoch/pug?path=packages/pug-runtime)
[![DevDependencies Status](https://david-dm.org/aakoch/pug/dev-status.svg?path=packages/pug-runtime)](https://david-dm.org/aakoch/pug?path=packages/pug-runtime&type=dev)
[![NPM version](https://img.shields.io/npm/v/pug-runtime.svg)](https://www.npmjs.org/package/pug-runtime)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-runtime"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-runtime"
},
"browser": {
"fs": false
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-strip-comments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Strips comments from Pug token stream

[![Build Status](https://img.shields.io/travis/pugjs/pug-strip-comments/master.svg)](https://travis-ci.org/pugjs/pug-strip-comments)
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-strip-comments)](https://david-dm.org/pugjs/pug?path=packages/pug-strip-comments)
[![DevDependencies Status](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-strip-comments)](https://david-dm.org/pugjs/pug?path=packages/pug-strip-comments&type=dev)
[![Build Status](https://img.shields.io/travis/aakoch/pug-strip-comments/master.svg)](https://travis-ci.org/pugjs/pug-strip-comments)
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-strip-comments)](https://david-dm.org/aakoch/pug?path=packages/pug-strip-comments)
[![DevDependencies Status](https://david-dm.org/aakoch/pug/dev-status.svg?path=packages/pug-strip-comments)](https://david-dm.org/aakoch/pug?path=packages/pug-strip-comments&type=dev)
[![NPM version](https://img.shields.io/npm/v/pug-strip-comments.svg)](https://www.npmjs.org/package/pug-strip-comments)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-strip-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-strip-comments"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-strip-comments"
},
"author": "Timothy Gu <timothygu99@gmail.com>",
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions packages/pug-walk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Walk and transform a Pug AST

[![Build Status](https://img.shields.io/travis/pugjs/pug-walk/master.svg)](https://travis-ci.org/pugjs/pug-walk)
[![Dependencies Status](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-walk)](https://david-dm.org/pugjs/pug?path=packages/pug-walk)
[![DevDependencies Status](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-walk)](https://david-dm.org/pugjs/pug?path=packages/pug-walk&type=dev)
[![Build Status](https://img.shields.io/travis/aakoch/pug-walk/master.svg)](https://travis-ci.org/pugjs/pug-walk)
[![Dependencies Status](https://david-dm.org/aakoch/pug/status.svg?path=packages/pug-walk)](https://david-dm.org/aakoch/pug?path=packages/pug-walk)
[![DevDependencies Status](https://david-dm.org/aakoch/pug/dev-status.svg?path=packages/pug-walk)](https://david-dm.org/aakoch/pug?path=packages/pug-walk&type=dev)
[![npm version](https://img.shields.io/npm/v/pug-walk.svg)](https://www.npmjs.org/package/pug-walk)
[![Coverage Status](https://img.shields.io/codecov/c/github/pugjs/pug-walk/master.svg)](https://codecov.io/gh/pugjs/pug-walk/branch/master)

Expand Down
4 changes: 2 additions & 2 deletions packages/pug-walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"pug"
],
"devDependencies": {
"pug-lexer": "^4.1.0",
"pug-lexer": "5.0.1",
"pug-parser": "6.0.0"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-walk"
"url": "https://github.com/aakoch/pug/tree/master/packages/pug-walk"
},
"author": "ForbesLindesay",
"license": "MIT"
Expand Down

0 comments on commit 9ab56ff

Please sign in to comment.