Skip to content

Commit 659f2e2

Browse files
committed
upgrade lerna
1 parent a556bd2 commit 659f2e2

File tree

2 files changed

+183
-51
lines changed

2 files changed

+183
-51
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "react-bootstrap-table2",
33
"version": "0.0.1",
4+
"private": true,
45
"description": "Rebuilt for react-bootstrap-table",
56
"main": "index.js",
67
"scripts": {
@@ -20,11 +21,13 @@
2021
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
2122
},
2223
"author": "AllenFang",
23-
"contributors": [{
24-
"name": "Chun-MingChen",
25-
"email": "nick830314@gmail.com",
26-
"url": "https://github.com/Chun-MingChen"
27-
}],
24+
"contributors": [
25+
{
26+
"name": "Chun-MingChen",
27+
"email": "nick830314@gmail.com",
28+
"url": "https://github.com/Chun-MingChen"
29+
}
30+
],
2831
"license": "MIT",
2932
"bugs": {
3033
"url": "https://github.com/react-bootstrap-table/react-bootstrap-table2/issues"
@@ -60,7 +63,7 @@
6063
"jest": "20.0.4",
6164
"jsdom": "11.2.0",
6265
"jsdom-global": "3.0.2",
63-
"lerna": "2.0.0",
66+
"lerna": "2.8.0",
6467
"node-sass": "4.5.3",
6568
"react-test-renderer": "16.0.0",
6669
"sass-loader": "6.0.6",

0 commit comments

Comments
 (0)