Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Aug 13, 2017
1 parent 27f8c07 commit 9464a2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,5 @@ removeNPMAbsolutePaths("<PROJECT_FOLDER>", { tag1: true, tag2: false});
#### force
removeNPMAbsolutePaths only rewrite to disk the files that it modifies. Passing the `--force` tag will rewritte all the files even if they haven't been modfied. This might be useful if you want all the package.json files to have always exactly the same styling for example for hashing.

## Version
0.0.3

## License
MIT
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "removeNPMAbsolutePaths",
"version": "0.0.3",
"version": "1.0.0",
"description": "Remove the fields containing local aboslute paths created by NPM",
"keywords": [
"npm",
Expand Down

0 comments on commit 9464a2c

Please sign in to comment.