brec-tables
Advanced tools
Comparing version 0.1.0 to 0.2.0
10
index.js
var path = require('path'); | ||
module.exports = { | ||
sass: [path.join(__dirname, 'scss')], | ||
js: [path.join(__dirname, 'js/**/*.js')] | ||
brecTables: { | ||
sass: [path.join(__dirname, 'scss')], | ||
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')] | ||
} | ||
} |
{ | ||
"name": "brec-tables", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Beautiful Responsive Ergonomic Configurable library for HTML tables", | ||
@@ -25,3 +25,4 @@ "scripts": { | ||
"dependencies": { | ||
"path": "0.11.14" | ||
"path": "0.11.14", | ||
"brec-base": "^0.1.0" | ||
}, | ||
@@ -28,0 +29,0 @@ "devDependencies": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
622302
17582
2
1
+ Addedbrec-base@^0.1.0
+ Addedbrec-base@0.1.13(transitive)