Skip to content

Commit

Permalink
v2.0.5. Improvement.
Browse files Browse the repository at this point in the history
- v2.0.5 March 7, 2013
	- Repackaged
	- Dependency upgrades
		-  `jsdom` 0.2.x to ~0.2.0
		-  `coffee-script` 1.3.x to ~1.4.0
  • Loading branch information
balupton committed Mar 6, 2013
1 parent d89ae08 commit 5ea8214
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## History

- v2.0.5 March 7, 2013
- Repackaged
- Dependency upgrades
- `jsdom` 0.2.x to ~0.2.0
- `coffee-script` 1.3.x to ~1.4.0

- v2.0.4 October 2, 2012
- Fixed `EMFILE` errors
- Fixed incorrect output being produced sometimes (especially with markdown produced code blocks)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docpad-plugin-pygments",
"version": "2.0.4",
"version": "2.0.5",
"description": "Adds support for Pygments Syntax Highlighting to DocPad",
"homepage": "http://docpad.org/plugin/pygments",
"keywords": [
Expand All @@ -11,10 +11,10 @@
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"bugs": {
"url": "https://github.com/bevry/docpad-extras/issues"
Expand All @@ -24,18 +24,18 @@
"url": "http://github.com/bevry/docpad-extras.git"
},
"engines" : {
"node": ">=0.4.0",
"node": ">=0.4",
"docpad": "6.x"
},
"dependencies": {
"bal-util": ">=1.13.8 <1.14",
"jsdom": "0.2.x"
"jsdom": "~0.2.0"
},
"devDependencies": {
"coffee-script": "1.3.x"
"coffee-script": "~1.4.0"
},
"main": "./out/pygments.plugin.js",
"scripts": {
"test": "node ./test/pygments.test.js"
"test": "node ./out/pygments.test.js"
}
}

0 comments on commit 5ea8214

Please sign in to comment.