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

Commit 0275927

Browse files
committed
Merge branch 'hotfix/commonjsfix'
2 parents 448bc53 + 4c7ec70 commit 0275927

File tree

8 files changed

+1753
-6255
lines changed

8 files changed

+1753
-6255
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.5
6+
7+
**Author**: Guillaume Mousnier.
8+
9+
**Type**: Hotfix
10+
11+
**Changes**:
12+
- Correcting commonjs lib.
13+
14+
---
15+
516
## v0.2.4
617

718
**Author**: Guillaume Mousnier.

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dataframe-js
2-
**v0.2.4**
2+
**v0.2.5**
33

44
## Presentation
55

@@ -30,11 +30,12 @@ df.show()
3030
**DataFrame is modulable** because you can use additional modules (Stat and Matrix by default) or create your own.
3131

3232
## Installation
33-
via git:
34-
`npm install git+https://github.com/Gmousse/dataframe-js.git`
33+
via git: `npm install git+https://github.com/Gmousse/dataframe-js.git`
3534

36-
via npm:
37-
`npm install dataframe-js`
35+
via npm: `npm install dataframe-js`
36+
37+
in brower: `<script src="https://raw.githubusercontent.com/Gmousse/dataframe-js/master/lib/browser/dataframe.js"></script>`
38+
with minified: `<script src="https://raw.githubusercontent.com/Gmousse/dataframe-js/master/lib/browser/dataframe-min.js"></script>`
3839

3940
## Manual
4041

lib/browser/dataframe-min.js

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)