react-skeleton-image
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "react-skeleton-image", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A skeleton image component which handles the image's loading and error state.", | ||
@@ -12,8 +12,2 @@ "main": "dist/index.js", | ||
], | ||
"scripts": { | ||
"build": "tsup src/index.tsx --format cjs", | ||
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"", | ||
"prepare": "pnpm run build", | ||
"prepublishOnly": "pnpm run lint" | ||
}, | ||
"keywords": [ | ||
@@ -40,4 +34,7 @@ "react", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"prettier": "^2.8.4", | ||
"react": "^18.2.0", | ||
@@ -48,3 +45,7 @@ "react-dom": "^18.2.0", | ||
"typescript": "^4.9.5" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.tsx --format cjs", | ||
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9981
15