Skip to content

Commit

Permalink
update license references to match license file (#23)
Browse files Browse the repository at this point in the history
* update license references to match license file

* version bump for npm publication
  • Loading branch information
EightArmCode authored and fb55 committed Sep 29, 2018
1 parent 2d495d0 commit af801e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Felix Böhm <me@feedic.com> (http://feedic.com)",
"name": "css-what",
"description": "a CSS selector parser",
"version": "2.1.0",
"version": "2.1.1",
"repository": {
"url": "https://github.com/fb55/css-what"
},
Expand All @@ -21,7 +21,7 @@
"engines": {
"node": "*"
},
"license": "BSD-like",
"license": "BSD-2-Clause",
"jshintConfig": {
"eqeqeq": true,
"freeze": true,
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -43,4 +43,4 @@ __Options:__

---

License: BSD-like
License: BSD-2-Clause

0 comments on commit af801e4

Please sign in to comment.