We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d495d0 commit af801e4Copy full SHA for af801e4
package.json
@@ -2,7 +2,7 @@
2
"author": "Felix Böhm <[email protected]> (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