Skip to content

Commit

Permalink
Merge pull request #51 from assemble/develop
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
hariadi committed Jul 10, 2014
2 parents 9fd218d + da51ef2 commit d2db54e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"url": "https://github.com/<%= authorLogin %>/<%= _.slugify(projectName) %>/issues"
},
"engines": {
"node": ">=0.8"
"node": ">=0.10"
},
"scripts": {
"test": "grunt assemble"
},
"devDependencies": {
"assemble": "~0.4.40",
"assemble": "~0.4.41",
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"load-grunt-tasks": "~0.4.0",
"time-grunt": "~0.3.1"<% if(plugins && plugins.length > 0){ %>,<% if(typeof plugins === 'object'){ _.each(plugins, function(name, i) { %>
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~0.3.2"<% if(plugins && plugins.length > 0){ %>,<% if(typeof plugins === 'object'){ _.each(plugins, function(name, i) { %>
"<%= name %>": "*"<% if(i < (plugins.length - 1)) { %>,<% } %><% }); } else { %>"<%= plugins %>": "*"<%} } %>
},
"licenses": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-assemble",
"version": "0.4.12",
"version": "0.4.13",
"description": "Create new Assemble projects.",
"author": {
"name": "Hariadi Hinta",
Expand Down

0 comments on commit d2db54e

Please sign in to comment.