Skip to content

Commit c6b272a

Browse files
committed
Update validator to 1.5.1
1 parent 35f4375 commit c6b272a

File tree

2 files changed

+228
-2
lines changed

2 files changed

+228
-2
lines changed

package-lock.json

+226
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csstree-validator",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Validate CSS according to W3C specs and browser implementations",
55
"main": "lib/index.js",
66
"repository": "csstree/atom-plugin",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"atom-linter": "^10.0.0",
2828
"atom-package-deps": "^4.0.1",
29-
"csstree-validator": "~1.4.0"
29+
"csstree-validator": "~1.5.1"
3030
},
3131
"package-deps": [
3232
"linter"

0 commit comments

Comments
 (0)