@assortment/darkmodejs
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -19,3 +19,3 @@ { | ||
"quotes": ["error", "single"], | ||
"import/prefer-default-export": false, | ||
"import/prefer-default-export": 0, | ||
"comma-dangle": "off", | ||
@@ -22,0 +22,0 @@ "arrow-parens": ["error", "as-needed"], |
@@ -34,3 +34,3 @@ module.exports = ({ onChange = () => {} }) => { | ||
} | ||
} | ||
}; | ||
}; |
{ | ||
"name": "@assortment/darkmodejs", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Utility package for managing Dark Mode on the web", | ||
@@ -28,11 +28,11 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"babel-jest": "^24.8.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
"eslint-plugin-jest": "^22.6.4", | ||
"jest": "^24.8.0" | ||
"@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"babel-jest": "^26.6.3", | ||
"eslint": "^7.19.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"jest": "^26.6.3" | ||
} | ||
} |
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
12576