Skip to content

Commit

Permalink
v2.2.1. Improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Feb 15, 2014
1 parent 4fae076 commit d61a302
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,4 +1,4 @@
# v1.3.8 November 7, 2013
# v1.3.14 February 6, 2014
# https://github.com/bevry/base
language: node_js
install: "npm install; ./node_modules/.bin/cake install"
Expand All @@ -7,9 +7,12 @@ script: "npm test"
node_js:
- "0.8"
- "0.10"
cache:
directories:
- node_modules
notifications:
irc:
- "irc.freenode.org#bevry-dev"
email:
recipients:
- travisci@bevry.me
- travisci@bevry.me
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Expand Up @@ -75,8 +75,7 @@ For project maintainers
```

5. Publish new version

``` bash
cake publish
```

4 changes: 2 additions & 2 deletions Cakefile
Expand Up @@ -82,10 +82,10 @@ actions =
clean: (opts,next) ->
# Prepare
(next = opts; opts = {}) unless next?

# Add compilation paths
args = ['-Rf', config.COFFEE_OUT_PATH, config.DOCPAD_OUT_PATH, config.DOCCO_OUT_PATH]

# Add common ignore paths
for path in [APP_PATH, config.TEST_PATH]
args.push(
Expand Down
4 changes: 3 additions & 1 deletion HISTORY.md
@@ -1,8 +1,10 @@
# History

- v2.2.x
- v2.2.1 February 15, 2014
- Fix to have the `hljs` class in the code element
- Thanks to [Troy Kershaw](https://github.com/troykershaw) for [pull request #8](http://github.com/docpad/docpad-plugin-highlightjs/pull/8)
- Updated dependencies
- coffee-script 1.6.2 to 1.7.1

- v2.2.0 January 10, 2014
- Updated dependencies
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "docpad-plugin-highlightjs",
"version": "2.2.0",
"version": "2.2.1",
"description": "Adds support for Highlight.js syntax highlighting to DocPad",
"homepage": "http://docpad.org/plugin/highlightjs",
"license": {
Expand Down Expand Up @@ -55,11 +55,11 @@
},
"devDependencies": {
"docpad": "6",
"coffee-script": "~1.6.2",
"coffee-script": "~1.7.1",
"projectz": "~0.3.9"
},
"main": "./out/highlightjs.plugin.js",
"scripts": {
"test": "node ./out/highlightjs.test.js"
}
}
}

0 comments on commit d61a302

Please sign in to comment.