Skip to content

Commit af801e4

Browse files
EightArmCodefb55
authored andcommitted
update license references to match license file (#23)
* update license references to match license file * version bump for npm publication
1 parent 2d495d0 commit af801e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Felix Böhm <[email protected]> (http://feedic.com)",
33
"name": "css-what",
44
"description": "a CSS selector parser",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"repository": {
77
"url": "https://github.com/fb55/css-what"
88
},
@@ -21,7 +21,7 @@
2121
"engines": {
2222
"node": "*"
2323
},
24-
"license": "BSD-like",
24+
"license": "BSD-2-Clause",
2525
"jshintConfig": {
2626
"eqeqeq": true,
2727
"freeze": true,

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ __Options:__
4343

4444
---
4545

46-
License: BSD-like
46+
License: BSD-2-Clause

0 commit comments

Comments
 (0)