Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,2 @@ 'use strict'; | ||
var path = require('path'); | ||
var next = require('next-promise'); | ||
@@ -8,0 +7,0 @@ function findone(targets, cb) { |
{ | ||
"name": "afile", | ||
"version": "0.1.0", | ||
"description": "My marvelous module", | ||
"version": "0.1.1", | ||
"description": "Find a file on the list", | ||
"license": "MIT", | ||
@@ -13,3 +13,3 @@ "repository": "ragingwind/afile", | ||
"engines": { | ||
"node": ">=0.10.0" | ||
"node": ">=0.4.0" | ||
}, | ||
@@ -25,6 +25,2 @@ "scripts": { | ||
], | ||
"dependencies": { | ||
"next-promise": "^1.0.1", | ||
"q": "^1.4.1" | ||
}, | ||
"devDependencies": { | ||
@@ -31,0 +27,0 @@ "mocha": "*" |
@@ -1,2 +0,2 @@ | ||
# afile [![Build Status](https://travis-ci.org/ragingwind/afile.svg?branch=master)](https://travis-ci.org/ragingwind/afile) | ||
# afile | ||
@@ -3,0 +3,0 @@ > Find a file on the list |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2471
0
4
24
- Removednext-promise@^1.0.1
- Removedq@^1.4.1
- Removednext-promise@1.0.1(transitive)
- Removedq@1.5.1(transitive)