yeoman-include
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "yeoman-include", | ||
"description": "Yeoman task to include static templates", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/marmelab/yeoman-include", | ||
@@ -30,2 +30,5 @@ "author": { | ||
}, | ||
"dependencies": { | ||
"exec-sync": "~0.1.6" | ||
}, | ||
"devDependencies": { | ||
@@ -36,4 +39,3 @@ "grunt-contrib-jshint": "~0.6.0", | ||
"grunt-contrib-copy": "~0.4.1", | ||
"grunt": "~0.4.1", | ||
"exec-sync": "~0.1.6" | ||
"grunt": "~0.4.1" | ||
}, | ||
@@ -40,0 +42,0 @@ "peerDependencies": { |
@@ -54,4 +54,4 @@ # yeoman-include | ||
grunt.initConfig({ | ||
include: { | ||
build: '<%= yeoman.app %>/*.html' | ||
include: { | ||
build: '<%= yeoman.app %>/*.html', | ||
tmp: '.tmp/*.html' | ||
@@ -66,3 +66,3 @@ }, | ||
"include:clean-dest": { | ||
build: <%= yeoman.dist %>/*.html', | ||
build: '<%= yeoman.dist %>/*.html', | ||
tmp: '.tmp/*.html' | ||
@@ -69,0 +69,0 @@ } |
Sorry, the diff of this file is not supported yet
36199
5
2
+ Addedexec-sync@~0.1.6
+ Addedexec-sync@0.1.6(transitive)