Socket
Socket
Sign inDemoInstall

generator-jade

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jade - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

README.md

5

app/index.js

@@ -77,5 +77,2 @@ 'use strict';

this.copy('jade/_default.jade', 'app/jade/layouts/_default.jade');
this.copy('jade/_footer.jade', 'app/jade/layouts/default-partials/_footer.jade');
this.copy('jade/_html-header.jade', 'app/jade/layouts/default-partials/_html-header.jade');
this.copy('jade/_header.jade', 'app/jade/layouts/default-partials/_header.jade');
this.copy('jade/_index.jade', 'app/jade/index.jade');

@@ -94,2 +91,2 @@ };

this.copy('_main.js', 'app/scripts/main.js');
};
};

2

app/templates/_bower.json

@@ -6,3 +6,3 @@ {

<% if (jquery) { %>
"jquery": "~2.0.3"
"jquery": "~2.1.1"
<% } %>

@@ -9,0 +9,0 @@ },

@@ -6,24 +6,24 @@ {

"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-contrib-jade": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",<% if (cssProcessor === 'stylus') { %>
"grunt-contrib-stylus": "~0.11.0",<% } else if (cssProcessor === 'sass') { %>
"grunt-contrib-compass": "~0.1.3",<% } %>
"grunt-rev": "~0.1.0",
"grunt-usemin": "~2.0.2",
"grunt-mocha": "~0.4.7",
"grunt-svgmin": "~0.3.0",
"grunt-concurrent": "~0.1.0",
"load-grunt-tasks": "~0.2.0",
"jshint-stylish": "0.1.4",
"time-grunt": "0.2.3"
"grunt": "^0.4.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.7.0",
"grunt-contrib-jade": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",<% if (cssProcessor === 'stylus') { %>
"grunt-contrib-stylus": "^0.16.0",<% } else if (cssProcessor === 'sass') { %>
"grunt-contrib-compass": "^0.1.3",<% } %>
"grunt-rev": "^0.1.0",
"grunt-usemin": "^2.1.1",
"grunt-mocha": "^0.4.7",
"grunt-svgmin": "^0.4.0",
"grunt-concurrent": "^0.5.0",
"load-grunt-tasks": "^0.4.0",
"jshint-stylish": "^0.2.0",
"time-grunt": "^0.3.1"
},

@@ -33,2 +33,2 @@ "engines": {

}
}
}
{
"name": "generator-jade",
"version": "0.6.1",
"version": "0.6.2",
"description": "A yo generator for jade projects",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc