Skip to content

Commit 9464a2c

Browse files
committed
1.0.0
1 parent 27f8c07 commit 9464a2c

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,5 @@ removeNPMAbsolutePaths("<PROJECT_FOLDER>", { tag1: true, tag2: false});
4949
#### force
5050
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.
5151

52-
## Version
53-
0.0.3
54-
5552
## License
5653
MIT

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "removeNPMAbsolutePaths",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"description": "Remove the fields containing local aboslute paths created by NPM",
55
"keywords": [
66
"npm",

0 commit comments

Comments
 (0)