Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Make a new build and update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Sep 11, 2019
1 parent 8a32d7e commit c6d159b
Show file tree
Hide file tree
Showing 12 changed files with 2,557 additions and 2,691 deletions.
2 changes: 1 addition & 1 deletion dist/muze.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/muze.js.map

Large diffs are not rendered by default.

4,549 changes: 2,527 additions & 2,022 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/muze-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"d3-time": "^1.0.11",
"d3-transition": "^1.1.1",
"d3-voronoi": "^1.1.2",
"datamodel": "^2.2.1",
"datamodel": "^2.2.2",
"fusioncharts-smartlabel": "^1.0.2",
"hyperdis": "^1.0.1"
}
Expand Down
1 change: 0 additions & 1 deletion packages/muze/npm/dist/muze.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion packages/muze/npm/dist/muze.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/muze/npm/dist/muze.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/muze/npm/muze.css

This file was deleted.

654 changes: 0 additions & 654 deletions packages/muze/npm/muze.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/muze/npm/muze.js.map

This file was deleted.

17 changes: 13 additions & 4 deletions packages/muze/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "muze",
"version": "1.2.1",
"version": "1.2.2",
"description": "Composable visualisation library for web with a data-first approach",
"homepage": "https://muzejs.org",
"license": "MIT",
"author": "Muzejs.org (https://muzejs.org/)",
"contributors": [
{
"name": "Akash Ghoswami",
"name": "Akash Goswami",
"email": "akashgoswami90s@gmail.com"
},
{
Expand All @@ -28,12 +28,21 @@
},
{
"name": "Rousan Ali",
"email": "rousanali786@gmail.com",
"email": "hello@rousan.io",
"url": "https://rousan.io"
},
{
"name": "Ujjal Kumar Dutta",
"email": "duttaujjalkumar@live.com"
"email": "duttaujjal143@gmail.com"
},
{
"name": "Adarsh Lilha",
"email": "adarshlilha@gmail.com",
"url": "https://adarshlilha.com"
},
{
"name": "Swati Mukherjee",
"email": "swati@charts.com"
}
],
"main": "dist/muze.js",
Expand Down
15 changes: 12 additions & 3 deletions packages/muze/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "muze",
"private": true,
"version": "1.2.1",
"version": "1.2.2",
"description": "Composable visualisation library for web with a data-first approach",
"homepage": "https://muzejs.org",
"author": "Muzejs.org (https://muzejs.org/)",
Expand Down Expand Up @@ -29,12 +29,21 @@
},
{
"name": "Rousan Ali",
"email": "rousanali786@gmail.com",
"email": "hello@rousan.io",
"url": "https://rousan.io"
},
{
"name": "Ujjal Kumar Dutta",
"email": "duttaujjalkumar@live.com"
"email": "duttaujjal143@gmail.com"
},
{
"name": "Adarsh Lilha",
"email": "adarshlilha@gmail.com",
"url": "https://adarshlilha.com"
},
{
"name": "Swati Mukherjee",
"email": "swati@charts.com"
}
],
"main": "src/index.js",
Expand Down

0 comments on commit c6d159b

Please sign in to comment.