diff --git a/validator/nodejs/README.md b/validator/nodejs/README.md index 68fd5cdb62dae..0b0943f6f0358 100644 --- a/validator/nodejs/README.md +++ b/validator/nodejs/README.md @@ -54,3 +54,6 @@ As expected, this emits errors because the provided string in the example, `\n\n' + ' Validates the files or urls provided as arguments. If "-" is ' + diff --git a/validator/nodejs/package.json b/validator/nodejs/package.json index 4cbadd74b6714..4bcf104bda0ac 100644 --- a/validator/nodejs/package.json +++ b/validator/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "amphtml-validator", - "version": "1.0.12", + "version": "1.0.13", "description": "Validator for AMP HTML (www.ampproject.org)", "engines": { "node": ">=0.10.25"