Skip to content

Commit de207d5

Browse files
committed
package.json merge conflict and update
2 parents 70e9758 + bb7fd5a commit de207d5

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
# 1.0.0 (2021-01-24)
2+
3+
4+
### Features
5+
6+
* Initial Release ([3af2170](https://github.com/CoCreate-app/CoCreate-calculations/commit/3af2170b082c070feab2c5af5f00a7abd92f6250))
7+
18
# CHANGELOG
2-

andrei.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
<div class="container">
11+
<div class="row d-flex">
12+
<div class="col-md-3 col-sm-6 py-1">
13+
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">1</h1></div>
14+
</div>
15+
<div class="col-md-3 col-sm-6 py-1">
16+
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">2</h1></div>
17+
</div>
18+
<div class="col-md-3 col-sm-6 py-1">
19+
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">3</h1></div>
20+
</div>
21+
<div class="col-md-3 col-sm-6 py-1">
22+
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">4</h1></div>
23+
</div>
24+
</div>
25+
26+
</div>
27+
28+
</body>
29+
</html>

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cocreate/calculations",
33
"version": "1.0.0",
44
"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.",
5-
"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"],
5+
"keywords": ["calculation","calculate-values","calculate-total","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"
88
},
@@ -32,7 +32,6 @@
3232
"webpack-cli": "^4.3.1",
3333
"webpack-log": "^3.0.1"
3434
},
35-
3635
"dependencies": {
3736
"@cocreate/docs": "^1.0.3"
3837
}

0 commit comments

Comments
 (0)