Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 872d214

Browse files
committed
Merge branch 'hotfix/removejquery' into develop
2 parents c5289e4 + 95c075f commit 872d214

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
---
44

5+
## v0.2.2
6+
7+
**Author**: Guillaume Mousnier.
8+
9+
**Type**: Hotfix
10+
11+
**Changes**:
12+
- Removing jquery in dependencies
13+
14+
---
15+
516
## v0.2.1
617

718
**Author**: Guillaume Mousnier.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dataframe-js
2-
**v0.2.1**
2+
**v0.2.2**
33

44
## Presentation
55

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataframe-js",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": [
55
"DataFrame",
66
"data",
@@ -43,7 +43,6 @@
4343
"eslint": "^1.10.3",
4444
"eslint-config-airbnb": "^2.1.1",
4545
"eslint-plugin-react": "^5.1.1",
46-
"jquery": "^3.1.0",
4746
"jsdoc": "^3.4.0",
4847
"jsdoc-to-markdown": "^1.3.6",
4948
"tap-diff": "^0.1.1",

0 commit comments

Comments
 (0)