jade-bootstrap
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "jade-bootstrap", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Bootstrap framework written completely using mixins in JADE", | ||
@@ -5,0 +5,0 @@ "main": "bootstrap.jade", |
@@ -15,3 +15,2 @@ var jade = require("jade"); | ||
var locals = { id: "myaccordion",title:"My Accordion Item",type: "primary", parent: "myaccordion",expanded:false}; | ||
console.log(fn(locals)); | ||
it("should generate an accordion",function() { | ||
@@ -18,0 +17,0 @@ assert(actual,fn(locals)); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148583
1744