Skip to content

Commit 3edc08c

Browse files
committed
fix: update descriptions
1 parent b0fee4a commit 3edc08c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CoCreate-random-color
22

3-
A simple HTML5 and pure javascript component. Easy configuration using data-attributes and/or JavaScript API. Highly customizable and styleable. Take it for a spin in our [playground!](https://cocreate.app/docs/random-color)
3+
A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and/or JavaScript API. Highly customizable and styleable. Take it for a spin in our [playground!](https://cocreate.app/docs/random-color)
44

55
![minified](https://img.badgesize.io/https://cdn.cocreate.app/random-color/latest/CoCreate-random-color.min.js?style=flat-square&label=minified&color=orange)
66
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/random-color/latest/CoCreate-random-color.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>CoCreate-Color Documentation | CoCreateJS </title>
88
<link rel="icon" type="image/png" sizes="32x32" href="https://cocreate.app/images/favicon.ico">
9-
<meta name="description" content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
9+
<meta name="description" content="A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
1010
<meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
1111
<meta name="robots" content="index,follow" />
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cocreate/random-color",
33
"version": "1.1.25",
4-
"description": "A simple HTML5 and pure javascript component. Easy configuration using data-attributes and/or JavaScript API. Highly customizable and styleable.",
4+
"description": "A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and/or JavaScript API. Highly customizable and styleable.",
55
"keywords": [
66
"cocreate",
77
"no-code-framework",

0 commit comments

Comments
 (0)