@seedcss/seed-props
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@seedcss/seed-props", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Props mixin pack for Seed", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"test:mocha": "mocha", | ||
"test": "npm run test:mocha" | ||
"test": "npm run build" | ||
}, | ||
@@ -19,5 +19,2 @@ "repository": { | ||
}, | ||
"authors": [ | ||
"ItsJonQ <hello@jonquach.com>" | ||
], | ||
"keywords": [ | ||
@@ -43,8 +40,2 @@ "bem", | ||
}, | ||
"devDependencies": { | ||
"mkdirp": "^0.5.1", | ||
"node-sass": "^4.9.3", | ||
"sass-pathfinder": "^0.0.5", | ||
"seed-bistro": "^0.2.1" | ||
}, | ||
"publishConfig": { | ||
@@ -54,3 +45,3 @@ "access": "public" | ||
"prepublish": "npm run build", | ||
"gitHead": "0749da9715a0e19c23feb2570c6c88583a1fce02" | ||
"gitHead": "7d6b35bf69773c179720c3d0394902d6b7520da8" | ||
} |
// Sass Pathfinder | ||
// Source: https://github.com/ItsJonQ/sass-pathfinder | ||
var pathfinder = function() { | ||
var paths = Array.prototype.slice.call(arguments); | ||
const pathfinder = function() { | ||
const paths = Array.prototype.slice.call(arguments); | ||
return [].concat.apply([], paths); | ||
@@ -7,0 +7,0 @@ }; |
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
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
0
0
7926
104