directory-tree-promise
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "directory-tree-promise", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Asynchronously return a directory tree as a JS object", | ||
"license": "MIT", | ||
"author": "Danny Navarro (dannynavarro.tech)", | ||
"contributors": [ | ||
"Danny Navarro (dannynavarro.tech)", | ||
"Ethan Brown (ethan.brown@popart.com)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dannav/directory-tree-promise.git" | ||
"url": "https://github.com/dannav/directory-tree-promise" | ||
}, | ||
@@ -23,10 +27,14 @@ "keywords": [ | ||
"homepage": "https://github.com/dannav/directory-tree-promise", | ||
"main": "lib/directory-tree.js", | ||
"main": "dist/directory-tree.js", | ||
"scripts": { | ||
"test": "mocha ./test/test.js" | ||
"test": "mocha ./test/test.js", | ||
"dist": "babel lib -d dist --source-maps" | ||
}, | ||
"engines": { | ||
"node": ">=7.7.2" | ||
"node": ">=6.10.2" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.4.0", | ||
"chai": "^3.5.0", | ||
@@ -33,0 +41,0 @@ "mocha": "^3.2.0" |
@@ -1,2 +0,2 @@ | ||
##directory-tree-promise [![Build Status](https://travis-ci.org/dannav/directory-tree-promise.svg?branch=master)](https://travis-ci.org/dannav/directory-tree-promise) | ||
## directory-tree-promise [![Build Status](https://travis-ci.org/dannav/directory-tree-promise.svg?branch=master)](https://travis-ci.org/dannav/directory-tree-promise) | ||
@@ -74,5 +74,5 @@ ### Install | ||
### Contributing | ||
Fork this repository and run `npm install` in project directory. | ||
Fork this repository and run `npm install` in project directory. Before versioning and publishing, run `npm dist` to transcompile for Node 6 support. | ||
#### Tests | ||
`npm run test` | ||
`npm run test` |
Sorry, the diff of this file is not supported yet
16239
13
218
78
5
2