karma-viewport
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -54,4 +54,6 @@ /* | ||
const framework = config => { | ||
config.files.push("./config/default.json") | ||
config.files.push("./viewport/index.js") | ||
;["viewport/index.js", "config/default.json"] // order matters | ||
.forEach(file => { | ||
config.files.unshift(pattern(path.resolve(__dirname, file))) | ||
}) | ||
@@ -58,0 +60,0 @@ /* Register preprocessor for viewport configuration */ |
{ | ||
"name": "karma-viewport", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Karma viewport resizer", | ||
@@ -33,2 +33,3 @@ "keywords": [ | ||
"lint": "scripts/lint", | ||
"smoke": "scripts/smoke", | ||
"test": "scripts/test", | ||
@@ -35,0 +36,0 @@ "travis": "scripts/travis", |
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
166026
429