Merge branch 'master' of github-gs:GoalSmashers/clean-css
authorGoalSmashers <jakub@goalsmashers.com>
Wed, 23 Oct 2013 14:26:41 +0000 (16:26 +0200)
committerGoalSmashers <jakub@goalsmashers.com>
Wed, 23 Oct 2013 14:26:41 +0000 (16:26 +0200)
1  2 
History.md
package.json

diff --cc History.md
@@@ -1,13 -1,8 +1,13 @@@
  2.0.0 / 2013-xx-xx (UNRELEASED)
  ==================
  
- * Adds simplified and more advanced text escaping / restoring via EscapeStore class.
+ * Adds simplified and more advanced text escaping / restoring via `EscapeStore` class.
  
 +1.1.4 / 2013-10-23
 +==================
 +
 +* Fixed issue [#152](https://github.com/GoalSmashers/clean-css/issues/152) - adds an option to disable rebasing.
 +
  1.1.3 / 2013-10-04
  ==================
  
diff --cc package.json
@@@ -1,8 -1,9 +1,9 @@@
  {
    "name": "clean-css",
 -  "version": "1.1.3",
 +  "version": "1.1.4",
    "author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)",
    "description": "A well-tested CSS minifier",
+   "license": "MIT",
    "keywords": [
      "css",
      "minifier"