Skip to content

Commit

Permalink
removing paltform support, updating dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 6, 2016
1 parent f212649 commit b897bd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@ Changes the default call into [decomment] to one according to the value:
* `text` - use method [decomment.text]
* `html` - use method [decomment.html]

#### platform, safe, space, trim
#### safe, space, trim

Options supported by [decomment]:

* [platform]
* [safe]
* [space]
* [trim]
Expand All @@ -87,7 +86,6 @@ Copyright © 2016 [Vitaly Tomilov](https://github.com/vitaly-t);
Released under the MIT license.

[decomment]:https://github.com/vitaly-t/decomment
[platform]:https://github.com/vitaly-t/decomment#optionsplatform--string
[safe]:https://github.com/vitaly-t/decomment#optionssafe--boolean
[space]:https://github.com/vitaly-t/decomment#optionsspace--boolean
[trim]:https://github.com/vitaly-t/decomment#optionstrim--boolean
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-decomment",
"version": "0.2.2",
"version": "0.2.3",
"description": "Removes comments from JSON, JavaScript, CSS, HTML, etc.",
"files": [
"tasks"
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"cli-color": "1.1",
"decomment": "0.8"
"decomment": "^0.8.2"
},
"devDependencies": {}
}

0 comments on commit b897bd8

Please sign in to comment.