diff --git a/README.md b/README.md index 24bed9c..406f43c 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,11 @@ Blocks are expressed as: + + + + + ``` Running the command with `--rmlr true` will output: diff --git a/package.json b/package.json index f684b45..bd50b00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usemin-cli", - "version": "0.3.0", + "version": "0.4.0", "description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).", "bin": { "usemin": "./bin/usemin" @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/nelsyeung/usemin-cli#readme", "dependencies": { - "usemin": "^0.3.0", + "usemin": "^0.4.0", "yargs": "^6.6.0" }, "eslintConfig": {