Skip to content

Commit

Permalink
marked 0.3.2 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bylexus committed Mar 24, 2014
1 parent 394110e commit 1fee630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -181,6 +181,7 @@ grunt.initConfig({
* 0.1.0: Very first release, no testing yet
* 0.1.5: Fixed: '$&' in html causes the tool to crash
* 0.1.6: Updated 'marked' dependency: now uses marked 0.2.10 as dependant version
* 0.1.7: Updated 'marked' dependency: now uses marked 0.3.2

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"test": "grunt test"
},
"dependencies": {
"marked": "^0.2.10"
"marked": "^0.3.2"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
Expand Down

0 comments on commit 1fee630

Please sign in to comment.