relative-deps
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "relative-deps", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Installs local dependencies for optimal developer experience", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"bin": { | ||
"relativedeps": "./index.js" | ||
"relative-deps": "./index.js" | ||
}, | ||
@@ -13,0 +13,0 @@ "repository": { |
@@ -48,6 +48,6 @@ # relative-deps | ||
"scripts": { | ||
"postinstall": "yarn relative-deps", | ||
"prestart": "yarn relative-deps", | ||
"prebuild": "yarn relative-deps", | ||
"pretest": "yarn relative-deps" | ||
"postinstall": "relative-deps", | ||
"prestart": "relative-deps", | ||
"prebuild": "relative-deps", | ||
"pretest": "relative-deps" | ||
} | ||
@@ -113,8 +113,8 @@ } | ||
- [ ] support `relativedeps add <path>` | ||
- [ ] support `relative-deps add <path>` | ||
- [ ] support `npm` as well | ||
- [ ] support scoped package names | ||
- [ ] support `relativedeps --init` to setup postinstall / build hooks | ||
- [ ] support `relativedeps --watch` to watch project and automatically install! | ||
- [ ] support `relative-deps --init` to setup postinstall / build hooks | ||
- [ ] support `relative-deps --watch` to watch project and automatically install! | ||
- [ ] support more types of relative paths, such as git urls | ||
- [ ] factor out script to unpack an arbirtrary package.tgz |
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
6421