diff --git a/README.md b/README.md index f8aab60..e250bd6 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,5 @@ removeNPMAbsolutePaths("", { 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 diff --git a/package-lock.json b/package-lock.json index 7dc8344..f65ce3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "removeNPMAbsolutePaths", - "version": "0.0.3", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 137c0ec..04afe6f 100644 --- a/package.json +++ b/package.json @@ -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",