Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
fix: update pug-parser, fix dependencies badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty3uK committed Mar 9, 2018
1 parent 260cc9b commit 0c06eac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Travis CI Build Status](https://travis-ci.org/Ty3uK/parcel-plugin-pug.svg?branch=master)](https://travis-ci.org/Ty3uK/parcel-plugin-pug)
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/kjnr9wm0d0r29677?svg=true)](https://ci.appveyor.com/project/Ty3uK/parcel-plugin-pug)
[![Dependencies](https://david-dm.org/Ty3uK/parcel-plugin-pug.svg?branch=master)](https://travis-ci.org/Ty3uK/parcel-plugin-pug)
[![Dependencies](https://david-dm.org/Ty3uK/parcel-plugin-pug.svg?branch=master)](https://david-dm.org/Ty3uK/parcel-plugin-pug)
[![npm package](https://img.shields.io/npm/v/parcel-plugin-pug.svg)](https://www.npmjs.com/package/parcel-plugin-pug)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pug-lexer": "^4.0.0",
"pug-linker": "^3.0.4",
"pug-load": "^2.0.10",
"pug-parser": "^4.0.1",
"pug-parser": "^5.0.0",
"pug-runtime": "^2.0.4",
"pug-walk": "^1.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4713,9 +4713,9 @@ pug-load@^2.0.10:
object-assign "^4.1.0"
pug-walk "^1.1.7"

pug-parser@^4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/pug-parser/-/pug-parser-4.0.2.tgz#7b2e3311b75821486706479477ab1d34f5f817df"
pug-parser@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/pug-parser/-/pug-parser-5.0.0.tgz#e394ad9b3fca93123940aff885c06e44ab7e68e4"
dependencies:
pug-error "^1.3.2"
token-stream "0.0.1"
Expand Down

0 comments on commit 0c06eac

Please sign in to comment.