Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Feb 11, 2014
1 parent c521987 commit ce11d07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# SVGPathData
> Manipulating SVG path datas (path[d] attribute content) simply and efficiently.
[![NPM version](https://badge.fury.io/js/svg-pathdata.png)](https://npmjs.org/package/svg-pathdata) [![Build status](https://secure.travis-ci.org/nfroidure/SVGPathData.png)](https://travis-ci.org/nfroidure/SVGPathData) [![Dependency Status](https://david-dm.org/nfroidure/svg-pathdata.png)](https://david-dm.org/nfroidure/svg-pathdata) [![devDependency Status](https://david-dm.org/nfroidure/svg-pathdata/dev-status.png)](https://david-dm.org/nfroidure/svg-pathdata#info=devDependencies) [![Coverage Status](https://coveralls.io/repos/nfroidure/SVGPathData/badge.png?branch=master)](https://coveralls.io/r/nfroidure/SVGPathData?branch=master)
[![NPM version](https://badge.fury.io/js/svg-pathdata.png)](https://npmjs.org/package/svg-pathdata) [![Build status](https://secure.travis-ci.org/nfroidure/SVGPathData.png)](https://travis-ci.org/nfroidure/SVGPathData) [![Dependency Status](https://david-dm.org/nfroidure/SVGPathData.png)](https://david-dm.org/nfroidure/SVGPathData) [![devDependency Status](https://david-dm.org/nfroidure/SVGPathData/dev-status.png)](https://david-dm.org/nfroidure/SVGPathData#info=devDependencies) [![Coverage Status](https://coveralls.io/repos/nfroidure/SVGPathData/badge.png?branch=master)](https://coveralls.io/r/nfroidure/SVGPathData?branch=master)

## Including the library
This library is fully node based (based on current stream implementation) but
Expand Down
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -33,6 +33,10 @@
"node": "0.10.*"
},
"devDependencies": {
"mocha": "~1.17.1",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.7.1",
"istanbul": "~0.2.4",
"karma": "~0.10.8",
"karma-chrome-launcher": "~0.1.1",
"karma-firefox-launcher": "~0.1.2",
Expand Down

0 comments on commit ce11d07

Please sign in to comment.