10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d495d0 commit af801e4Copy full SHA for af801e4
package.json
@@ -2,7 +2,7 @@
2
"author": "Felix Böhm <me@feedic.com> (http://feedic.com)",
3
"name": "css-what",
4
"description": "a CSS selector parser",
5
- "version": "2.1.0",
+ "version": "2.1.1",
6
"repository": {
7
"url": "https://github.com/fb55/css-what"
8
},
@@ -21,7 +21,7 @@
21
"engines": {
22
"node": "*"
23
24
- "license": "BSD-like",
+ "license": "BSD-2-Clause",
25
"jshintConfig": {
26
"eqeqeq": true,
27
"freeze": true,
readme.md
@@ -43,4 +43,4 @@ __Options:__
43
44
---
45
46
-License: BSD-like
+License: BSD-2-Clause
0 commit comments