read-pkg-up
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "read-pkg-up", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Read the closest package.json file", | ||
@@ -37,6 +37,4 @@ "license": "MIT", | ||
"look", | ||
"file", | ||
"search", | ||
"match", | ||
"package", | ||
"resolve", | ||
@@ -54,3 +52,3 @@ "parent", | ||
"find-up": "^2.0.0", | ||
"read-pkg": "^2.0.0" | ||
"read-pkg": "^3.0.0" | ||
}, | ||
@@ -60,6 +58,3 @@ "devDependencies": { | ||
"xo": "*" | ||
}, | ||
"xo": { | ||
"esnext": true | ||
} | ||
} |
@@ -18,3 +18,3 @@ # read-pkg-up [![Build Status](https://travis-ci.org/sindresorhus/read-pkg-up.svg?branch=master)](https://travis-ci.org/sindresorhus/read-pkg-up) | ||
``` | ||
$ npm install --save read-pkg-up | ||
$ npm install read-pkg-up | ||
``` | ||
@@ -35,3 +35,3 @@ | ||
version: '1.0.0', | ||
... | ||
… | ||
}, | ||
@@ -60,3 +60,3 @@ path: '/Users/sindresorhus/dev/awesome-package/package.json' | ||
Type: `string`<br> | ||
Default: `.` | ||
Default: `process.cwd()` | ||
@@ -63,0 +63,0 @@ Directory to start looking for a package.json file. |
Sorry, the diff of this file is not supported yet
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
4246
+ Addedjson-parse-better-errors@1.0.2(transitive)
+ Addedload-json-file@4.0.0(transitive)
+ Addedparse-json@4.0.0(transitive)
+ Addedpath-type@3.0.0(transitive)
+ Addedpify@3.0.0(transitive)
+ Addedread-pkg@3.0.0(transitive)
- Removedload-json-file@2.0.0(transitive)
- Removedparse-json@2.2.0(transitive)
- Removedpath-type@2.0.0(transitive)
- Removedpify@2.3.0(transitive)
- Removedread-pkg@2.0.0(transitive)
Updatedread-pkg@^3.0.0