csstree-validator
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -0,1 +1,5 @@ | ||
## 1.5.1 (October 7, 2019) | ||
- Updated `csstree` to [1.0.0-alpha.34](https://github.com/csstree/csstree/releases/tag/v1.0.0-alpha.34) | ||
## 1.5.0 (July 11, 2019) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "csstree-validator", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "CSS validator build on csstree", | ||
"author": "Roman Dvornov <rdvornov@gmail.com>", | ||
"license": "MIT", | ||
"repository": "csstree/validator", | ||
"keywords": [ | ||
@@ -11,9 +14,2 @@ "css", | ||
], | ||
"homepage": "https://github.com/csstree/validator", | ||
"author": "Roman Dvornov <rdvornov@gmail.com>", | ||
"license": "MIT", | ||
"repository": "csstree/validator", | ||
"bugs": { | ||
"url": "https://github.com/csstree/validator/issues" | ||
}, | ||
"bin": { | ||
@@ -23,34 +19,15 @@ "csstree-validator": "./bin/validate" | ||
"main": "./lib/index", | ||
"eslintConfig": { | ||
"env": { | ||
"node": true, | ||
"mocha": true, | ||
"es6": true | ||
}, | ||
"rules": { | ||
"no-duplicate-case": 2, | ||
"no-undef": 2, | ||
"no-unused-vars": [ | ||
2, | ||
{ | ||
"vars": "all", | ||
"args": "after-used" | ||
} | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
"codestyle-and-test": "npm run codestyle && npm test", | ||
"codestyle": "jscs lib && eslint lib", | ||
"lint-and-test": "npm run lint && npm test", | ||
"lint": "eslint lib test", | ||
"test": "mocha --reporter dot", | ||
"travis": "npm run codestyle-and-test" | ||
"travis": "npm run lint-and-test" | ||
}, | ||
"dependencies": { | ||
"clap": "^1.1.1", | ||
"css-tree": "1.0.0-alpha.32" | ||
"css-tree": "1.0.0-alpha.34" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^2.13.1", | ||
"jscs": "^3.0.7", | ||
"mocha": "^3.2.0" | ||
"eslint": "^6.3.0", | ||
"mocha": "^5.2.0" | ||
}, | ||
@@ -57,0 +34,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2
15461
1
1
+ Addedcss-tree@1.0.0-alpha.34(transitive)
- Removedcss-tree@1.0.0-alpha.32(transitive)
Updatedcss-tree@1.0.0-alpha.34