fg-collapsible
Advanced tools
Comparing version 0.4.6 to 0.5.0
@@ -14,2 +14,10 @@ module.exports = function(grunt) { | ||
}, | ||
copy: { | ||
libs: { | ||
files: [ | ||
{ expand: true, cwd: 'node_modules/jquery/dist', src: [ "jquery.js" ], dest: "src/lib"}, | ||
{ expand: true, cwd: 'node_modules/xrayhtml/dist/', src: [ "xrayhtml.*" ], dest: "src/lib"} | ||
] | ||
} | ||
}, | ||
qunit: { | ||
@@ -24,3 +32,5 @@ files: ['test/**/*.html'] | ||
grunt.registerTask('lint', ['jshint']); | ||
grunt.registerTask('default', ['test', 'lint']); | ||
grunt.registerTask('default', ['copy', 'test', 'lint']); | ||
grunt.registerTask('travis', ['test']); | ||
grunt.registerTask('stage', ['default']); | ||
}; |
{ | ||
"name": "fg-collapsible", | ||
"version": "0.4.6", | ||
"version": "0.5.0", | ||
"description": "Toggle your collapsible content", | ||
@@ -25,3 +25,5 @@ "scripts": { | ||
"grunt-contrib-jshint": "~1.0.0", | ||
"grunt-contrib-copy": "^0.8.2", | ||
"jquery": "^2.2.3", | ||
"xrayhtml": "^2.1.2", | ||
"matchdep": "^1.0.1", | ||
@@ -28,0 +30,0 @@ "qunitjs": "^2.0.0-rc1" |
@@ -5,2 +5,7 @@ # collapsible | ||
## [Demo](http://filamentgroup.github.io/collapsible/demo.html) | ||
See demo page for how-to and examples: | ||
- http://master.origin.collapsible.fgview.com/demos/ | ||
- OR if it's a branch you want to see: http://BRANCHNAMEHERE.origin.collapsible.fgview.com/demos/ | ||
[![Build Status](https://travis-ci.org/filamentgroup/dialog.svg)](https://travis-ci.org/filamentgroup/dialog) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
353653
33
9495
11
8
1