@philidem/rewrite-relative-paths
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@philidem/rewrite-relative-paths", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Tool for making import paths relative to project root and making require paths relative", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -41,4 +41,4 @@ # Rewrite project paths | ||
The `tsconfig.json` would need to be modified to have the following `paths` | ||
property similar to the following: | ||
The `tsconfig.json` should be modified to have a `paths` property similar to the | ||
following: | ||
@@ -77,7 +77,7 @@ ```json | ||
```sh | ||
npm install -D @philidem/rewrite-project-paths | ||
npm install -D @philidem/rewrite-relative-paths | ||
``` | ||
```sh | ||
yarn add --dev @philidem/rewrite-project-paths | ||
yarn add --dev @philidem/rewrite-relative-paths | ||
``` | ||
@@ -84,0 +84,0 @@ |
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
39161