Skip to content

Commit 70e9758

Browse files
committed
fix: observer init and worklow
1 parent 1682126 commit 70e9758

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CoCreate-calculations
2-
A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable.
2+
A simple calculation component in vanilla javascript. Easy configuration using data-attributes and/or JavaScript API. Great for getting values from multiple elements and calculating to produce a result.
33

44
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-calculations/dist/CoCreate-calculations.min.js?label=minified%20size&style=for-the-badge)
55
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-calculations?style=for-the-badge)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cocreate/calculations",
33
"version": "1.0.0",
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 calculation component in vanilla javascript. Easy configuration using data-attributes and/or JavaScript API. Great for getting values from multiple elements and calculating to produce a result.",
55
"keywords": ["cocreate","no-code-framework","cocreatejs","cocreatejs-component","cocreate-framework","no-code","low-code","collaborative-framework","realtime","realtime-framework","collaboration","shared-editing","html5-framework","javascript-framework"],
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)