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

Commit be7572f

Browse files
committed
0.2.1
1 parent 617198d commit be7572f

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

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)