brec-tables
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -7,8 +7,6 @@ 'use strict'; | ||
// TO-DO fix AMD error in tableTools.js | ||
var paths = [ | ||
vendorPath + 'datatables/media/js/jquery.dataTables.js', | ||
vendorPath + 'datatables-responsive/js/dataTables.responsive.js', | ||
// vendorPath + 'datatables-tabletools/js/dataTables.tableTools.js', | ||
vendorPath + 'datatables-tabletools/js/dataTables.tableTools.js', | ||
vendorPath + 'datatables-colreorder/js/dataTables.colRedorder.js', | ||
@@ -15,0 +13,0 @@ vendorPath + 'datatables-colvis/js/dataTables.colVis.js', |
11
index.js
var path = require('path'); | ||
module.exports = { | ||
brecTables: { | ||
sass: [path.join(__dirname, 'scss')], | ||
tables: { | ||
sass: [path.join(__dirname, 'sass')], | ||
js: [path.join(__dirname, 'js/**/*.js')] | ||
}, | ||
brecBase: { | ||
sass: [path.join(__dirname, 'node_modules/brec-base/scss')], | ||
js: [path.join(__dirname, '/node_modules/brec-base/js/**/*.js')] | ||
base: { | ||
sass: [path.join(__dirname, 'node_modules/brec-base/sass')], | ||
js: [path.join(__dirname, 'node_modules/brec-base/js/**/*.js')], | ||
fonts: [path.join(__dirname, 'node_modules/brec-base/fonts/**/*.{eot,svg,ttf,woff}')] | ||
} | ||
} |
{ | ||
"name": "brec-tables", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Beautiful Responsive Ergonomic Configurable library for HTML tables", | ||
@@ -25,4 +25,5 @@ "scripts": { | ||
"dependencies": { | ||
"path": "0.11.14", | ||
"brec-base": "^0.1.0" | ||
"brec-base": "^0.1.0", | ||
"datatables": "^1.10.7", | ||
"path": "0.11.14" | ||
}, | ||
@@ -29,0 +30,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
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
706947
20361
3
+ Addeddatatables@^1.10.7
+ Addeddatatables@1.10.18(transitive)
+ Addedjquery@3.7.1(transitive)