Skip to content

Commit a3d96b8

Browse files
committed
reduce npm package size
1 parent 2b6a280 commit a3d96b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-w3c-validator",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Wrapper for The Nu Html Checker (v.Nu)",
55
"main": "./lib/validator.js",
66
"scripts": {
@@ -13,6 +13,10 @@
1313
"bin": {
1414
"node-w3c-validator": "./bin/cmd.js"
1515
},
16+
"files": [
17+
"bin",
18+
"lib"
19+
],
1620
"nodeW3Cvalidator": {
1721
"suppressErrors": [
1822
"Attribute “href” not allowed"

0 commit comments

Comments
 (0)