@tiagotrindade/solid-colorful
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@tiagotrindade/solid-colorful", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "🎨 A tiny (2,8 KB) color picker component for SolidJS apps. Fast, well-tested, dependency-free, mobile-friendly and accessible", | ||
@@ -29,4 +29,4 @@ "source": "src/index.ts", | ||
"release": "npm publish", | ||
"start-demo": "parcel demo/src/index.html --dist-dir demo/dist --open", | ||
"build-demo": "del-cli 'demo/dist/*' && parcel build demo/src/index.html --dist-dir demo/dist --public-url https://TiagoCavalcante.github.io/solid-colorful/", | ||
"start-demo": "parcel demo/src/index.html --out-dir demo/dist --open", | ||
"build-demo": "del-cli 'demo/dist/*' && parcel build demo/src/index.html --out-dir demo/dist --public-url https://TiagoCavalcante.github.io/solid-colorful/", | ||
"deploy-demo": "npm run build-demo && gh-pages -d demo/dist" | ||
@@ -156,5 +156,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.18.6", | ||
"@size-limit/preset-small-lib": "^7.0.8", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"@typescript-eslint/eslint-plugin": "^5.30.6", | ||
"@typescript-eslint/parser": "^5.30.6", | ||
"babel-preset-solid": "^1.4.6", | ||
@@ -161,0 +162,0 @@ "cpy-cli": "^4.1.0", |
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
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
284871
19