carlitoplatanito / gulp-nunjucks-render

[Gulp](https://github.com/wearefractal/gulp) plugin to render [Nunjucks](http://mozilla.github.io/nunjucks/) templates
149 stars 33 forks source link

Update nunjucks lib to allows for latest version #23

Closed larsonjj closed 9 years ago

larsonjj commented 9 years ago

Adding ^1.2.0 allows for support of new releases (1.3.4 is the latest) as well as any release in between (down to 1.2.0). The nunjucks library is following semver, so this should be a safe change.