Skip to content

Commit 004763d

Browse files
authored
Merge pull request #43 from zimmen/release-v1.1.0
v1.1.1
2 parents 5a11a0a + c45f32d commit 004763d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</table>
2020

2121

22-
Compile [Twig.js](https://github.com/justjohn/twig.js) templates with Gulp. Build upon [Twig.js](https://github.com/justjohn/twig.js) , the JS port of the Twig templating language by John Roepke. Currently i'm looking into [atpl.js](https://github.com/soywiz/atpl.js) as well.
22+
Compile [Twig.js](https://github.com/justjohn/twig.js) templates with Gulp. Build upon [Twig.js](https://github.com/justjohn/twig.js) , the JS port of the Twig templating language by John Roepke.
2323

2424
You can use this plugin with [gulp-data](https://www.npmjs.com/package/gulp-data).
2525

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp-twig",
33
"description": "Twig.js plugin for gulp.js (gulpjs.com)",
4-
"version": "1.0.0",
4+
"version": "1.1.1",
55
"homepage": "http://github.com/zimmen/gulp-twig",
66
"repository": {
77
"type": "git",
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"gulp-util": "^3.0.7",
1414
"map-stream": "^0.1.0",
15-
"replace-ext": "0.0.1",
16-
"twig": "^1.10.4"
15+
"replace-ext": "^1.0.0",
16+
"twig": "^1.10.5"
1717
},
1818
"devDependencies": {
1919
"mocha": "*",

0 commit comments

Comments
 (0)