daily-color
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "daily-color", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Provides a unique hex code each day", | ||
@@ -34,4 +34,4 @@ "keywords": [ | ||
"format:check": "prettier --check .", | ||
"lint": "eslint . --ext .ts,.js --fix", | ||
"lint:check": "eslint . --ext .ts,.js", | ||
"lint": "eslint --fix", | ||
"lint:check": "eslint", | ||
"package:lint": "npx npm-package-json-lint .", | ||
@@ -42,3 +42,3 @@ "test": "node test/index.js", | ||
"devDependencies": { | ||
"eslint-config-plus-prettier": "1.7.1", | ||
"eslint-config-plus-prettier": "3.0.0", | ||
"webpack": "5.96.1", | ||
@@ -45,0 +45,0 @@ "webpack-cli": "5.1.4" |
3608