Skip to content

Commit

Permalink
Merge daebd1d into b04678a
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Apr 13, 2017
2 parents b04678a + daebd1d commit 65cdb93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# import-list-from-string

[![Greenkeeper badge](https://badges.greenkeeper.io/iamstarkov/import-list-from-string.svg)](https://greenkeeper.io/)

[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coveralls Status][coveralls-image]][coveralls-url]
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -34,16 +34,16 @@
"devDependencies": {
"babel-cli": "^6.1.2",
"babel-core": "^6.1.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.1.2",
"coveralls": "^2.11.8",
"mocha": "^2.4.5",
"npm-run-all": "^1.5.1",
"nyc": "^6.0.0",
"mocha": "^3.2.0",
"npm-run-all": "^4.0.2",
"nyc": "^10.2.0",
"rimraf": "^2.5.2"
},
"dependencies": {
"acorn": "^3.0.4",
"ramda": "^0.21.0"
"acorn": "^5.0.3",
"ramda": "^0.23.0"
}
}

0 comments on commit 65cdb93

Please sign in to comment.