Skip to content

Commit

Permalink
reduce npm package size
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehDutchenko committed Apr 6, 2020
1 parent 2b6a280 commit a3d96b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-w3c-validator",
"version": "1.6.0",
"version": "1.6.1",
"description": "Wrapper for The Nu Html Checker (v.Nu)",
"main": "./lib/validator.js",
"scripts": {
Expand All @@ -13,6 +13,10 @@
"bin": {
"node-w3c-validator": "./bin/cmd.js"
},
"files": [
"bin",
"lib"
],
"nodeW3Cvalidator": {
"suppressErrors": [
"Attribute “href” not allowed"
Expand Down

0 comments on commit a3d96b8

Please sign in to comment.