Skip to content

Commit 251b596

Browse files
committed
Fix package.json version
Close #86
1 parent a1d900a commit 251b596

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

History.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
2.0.0 / 2014-01-24
1+
HEAD
22
==================
33

4+
* allow empty property values
45
* changed default `options.position` value to `true`
56
* remove comments from properties and values
67
* asserts when selectors are missing

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-parse",
3-
"version": "2.0.0",
3+
"version": "1.7.0",
44
"description": "CSS parser",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)