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

Commit c5289e4

Browse files
committed
Merge branch 'hotfix/npmconfig2' into develop
2 parents 3fb1002 + 34086c9 commit c5289e4

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
## v0.2.0
5+
## v0.2.1
66

77
**Author**: Guillaume Mousnier.
88

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.0**
2+
**v0.2.1**
33

44
## Presentation
55

package.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
{
22
"name": "dataframe-js",
3-
"version": "0.2.0",
4-
"description": "dataframe-js is a library providing another way to work with data with DataFrame, a modern data structure.",
5-
"description": ["DataFrame", "data", "immutable", "sql", "structured", "wrangling"],
3+
"version": "0.2.1",
4+
"description": [
5+
"DataFrame",
6+
"data",
7+
"immutable",
8+
"sql",
9+
"structured",
10+
"wrangling"
11+
],
612
"homepage": "https://github.com/Gmousse/dataframe-js",
713
"bugs": "https://github.com/Gmousse/dataframe-js/issues",
8-
"repository" :
9-
{
10-
"type" : "git",
11-
"url" : "https://github.com/Gmousse/dataframe-js.git"
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/Gmousse/dataframe-js.git"
1217
},
1318
"main": "./lib",
1419
"scripts": {
@@ -19,9 +24,9 @@
1924
"prepublish": "npm run build"
2025
},
2126
"author": {
22-
"name": "Guillaume Mousnier",
23-
"email": "mousnier.guillaume@gmail.com",
24-
"url": "https://twitter.com/DatMousse"
27+
"name": "Guillaume Mousnier",
28+
"email": "mousnier.guillaume@gmail.com",
29+
"url": "https://twitter.com/DatMousse"
2530
},
2631
"license": "MIT",
2732
"devDependencies": {

0 commit comments

Comments
 (0)