Skip to content

Commit

Permalink
Updated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Oct 28, 2015
1 parent dc379a4 commit 1aaac32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# pl-numberplates
[![npm version](https://badge.fury.io/js/pl-numberplates.svg)](http://badge.fury.io/js/pl-numberplates)
[![bitHound Score](https://www.bithound.io/github/Zenedith/npm-pl-numberplates/badges/score.svg)](https://www.bithound.io/github/Zenedith/npm-pl-numberplates)
[![Coverage Status](https://coveralls.io/repos/Zenedith/npm-pl-numberplates/badge.svg?branch=master)](https://coveralls.io/r/Zenedith/npm-pl-numberplates?branch=master)
[![Build Status](https://travis-ci.org/Zenedith/npm-pl-numberplates.svg?branch=master)](https://travis-ci.org/Zenedith/npm-pl-numberplates)
[![Dependency Status](https://david-dm.org/Zenedith/npm-pl-numberplates.svg)](https://david-dm.org/Zenedith/npm-pl-numberplates)
[![devDependency Status](https://david-dm.org/Zenedith/npm-pl-numberplates/dev-status.svg)](https://david-dm.org/Zenedith/npm-pl-numberplates#info=devDependencies)

[![NPM](https://nodei.co/npm/pl-numberplates.png?downloads=true&stars=true)](https://nodei.co/npm/pl-numberplates/)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pl-numberplates",
"version": "0.5.5",
"version": "0.5.6",
"description": "Node JS package to validate Poland number plates.",
"main": "./index.js",
"dependencies": {
},
"devDependencies": {
"chai": "^3.0.0",
"istanbul": "^0.3.17",
"mocha": "^2.2.5"
"chai": "^3.4.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.3"
},
"scripts": {
"prepublish": "npm prune",
Expand Down Expand Up @@ -45,6 +45,6 @@
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"_id": "pl-numberplates@0.5.5",
"_from": "pl-numberplates@^0.5.5"
"_id": "pl-numberplates@0.5.6",
"_from": "pl-numberplates@^0.5.6"
}

0 comments on commit 1aaac32

Please sign in to comment.