commercelayer
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "commercelayer", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "The Official Commerce Layer JS library", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -14,8 +14,3 @@ const path = require('path') | ||
loader: 'webpack-modernizr-loader', | ||
options: { | ||
"feature-detects": [ | ||
"cookies" | ||
] | ||
}, | ||
test: /empty-alias-file\.js$/ | ||
test: /\.modernizrrc$/ | ||
} | ||
@@ -26,5 +21,5 @@ ] | ||
alias: { | ||
modernizr$: path.resolve(__dirname, "./empty-alias-file.js") | ||
modernizr$: path.resolve(__dirname, '.modernizrrc') | ||
} | ||
} | ||
} |
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
62785
895