@philidem/rewrite-relative-paths
Advanced tools
Comparing version 1.0.1 to 1.0.3
{ | ||
"name": "@philidem/rewrite-relative-paths", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "Tool for rewriting paths in import and require statements that start with ~", | ||
"author": "Phil Gates-Idem <phillip.idem@gmail.com>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/philidem/node-rewrite-relative-paths.git" | ||
}, | ||
"homepage": "https://github.com/philidem/node-rewrite-relative-paths", | ||
"bin": { | ||
@@ -15,3 +20,3 @@ "rewrite-imports": "./bin/rewrite-imports", | ||
"clean": "rm -rf ./dist", | ||
"build": "yarn clean && yarn compile && cp -R package.json yarn.lock ./src/bin ./dist/src", | ||
"build": "yarn clean && yarn compile && cp -R package.json yarn.lock LICENSE README.md ./src/bin ./dist/src", | ||
"autobuild": "yarn build && (cd ./dist/src && yarn install --production && (yarn unlink || true) && yarn link) && yarn nodemon --exec 'yarn compile' --watch ./src -e ts", | ||
@@ -21,3 +26,7 @@ "lint": "eslint --ext .ts,.tsx,.js,.jsx .", | ||
"pretest": "rm -rf ./test/work && mkdir -p ./test/work && cp -R ./test/fixtures/fake-project ./test/work", | ||
"test": "jest ." | ||
"test": "jest .", | ||
"publish:prepare": "yarn build && yarn test", | ||
"publish:patch": "yarn publish:prepare && npm version patch && yarn build && npm publish --access public ./dist/src", | ||
"publish:minor": "yarn publish:prepare && npm version minor && yarn build && npm publish --access public ./dist/src", | ||
"publish:major": "yarn publish:prepare && npm version major && yarn build && npm publish --access public ./dist/src" | ||
}, | ||
@@ -24,0 +33,0 @@ "devDependencies": { |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
38671
15
0
1
89
2