loglevel-mixin
Advanced tools
Comparing version 1.6.5 to 1.6.6
{ | ||
"name": "loglevel-mixin", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "mixin to declare logging methods named after a set of log levels", | ||
@@ -31,4 +31,2 @@ "main": "dist/LogLevelMixin.js", | ||
"rollup": "^0.36.4", | ||
"rollup-plugin-commonjs": "^5.0.5", | ||
"rollup-plugin-node-resolve": "^2.0.0", | ||
"semantic-release": "^6.3.3" | ||
@@ -35,0 +33,0 @@ }, |
/* jslint node: true, esnext: true */ | ||
'use strict'; | ||
import nodeResolve from 'rollup-plugin-node-resolve'; | ||
import commonjs from 'rollup-plugin-commonjs'; | ||
export default { | ||
format: 'cjs', | ||
plugins: [nodeResolve(), commonjs()] | ||
plugins: [] | ||
}; |
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
10
20986
357