Skip to content

Commit 01a3fc0

Browse files
committed
1.0.0
1 parent cb20249 commit 01a3fc0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lgraubner/w3c-validator",
33
"description": "Crawls a given site and checks for W3C validity.",
4-
"version": "0.1.3",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/lgraubner/node-w3c-validator",
66
"license": "MIT",
77
"author": "Lars Graubner <mail@larsgraubner.de>",
@@ -20,5 +20,6 @@
2020
},
2121
"bin": {
2222
"w3c-validator": "w3c-validator.js"
23-
}
23+
},
24+
"scripts": {}
2425
}

0 commit comments

Comments
 (0)