Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Nov 13, 2017
1 parent fc1d744 commit 1c2b454
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://img.shields.io/travis/dataplug-io/csv-dataplug.svg)](https://travis-ci.org/dataplug-io/csv-dataplug)
[![Coverage Status](https://img.shields.io/coveralls/github/dataplug-io/csv-dataplug.svg)](https://coveralls.io/github/dataplug-io/csv-dataplug?branch=master)
[![npm version](https://badge.fury.io/js/%40dataplug%2Fcsv-dataplug.svg)](https://badge.fury.io/js/%40dataplug%2Fcsv-dataplug)
[![Dependency Status](https://img.shields.io/librariesio/github/dataplug-io/csv-dataplug.svg)](https://github.com/dataplug-io/csv-dataplug)
[![Dependency Status](https://img.shields.io/librariesio/github/dataplug-io/csv-dataplug.svg)](https://libraries.io/github/dataplug-io/csv-dataplug)
[![Maintainability](https://api.codeclimate.com/v1/badges/1c306da5d94314439fba/maintainability)](https://codeclimate.com/github/dataplug-io/csv-dataplug/maintainability)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
Expand Down
78 changes: 59 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"homepage": "https://github.com/dataplug-io/csv-dataplug#readme",
"dependencies": {
"@dataplug/dataplug": "^0.31.0",
"@dataplug/dataplug-cli": "^0.30.0",
"@dataplug/dataplug": "^0.34.0",
"@dataplug/dataplug-cli": "^0.33.0",
"@dataplug/dataplug-csv": "^0.4.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"@dataplug/dataplug-testsuite": "^0.7.0",
"@dataplug/dataplug-testsuite": "^0.10.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"jsdoc": "^3.5.5",
Expand Down

0 comments on commit 1c2b454

Please sign in to comment.