diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..c1eb549 --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +node_modules +.DS_Store +*~ +*.sublime-project +*.sublime-workspace +*.idea +*.iml \ No newline at end of file diff --git a/package.json b/package.json index b33c59c..1fd28d7 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,13 @@ "type": "git", "url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git" }, - "author": "", - "license": "ISC", + "author": "AllenFang", + "contributors": [{ + "name": "Chun-MingChen", + "email": "nick830314@gmail.com", + "url": "https://github.com/Chun-MingChen" + }], + "license": "MIT", "bugs": { "url": "https://github.com/react-bootstrap-table/react-bootstrap-table2/issues" }, diff --git a/packages/react-bootstrap-table2-editor/package.json b/packages/react-bootstrap-table2-editor/package.json index fc4bd4c..444c412 100644 --- a/packages/react-bootstrap-table2-editor/package.json +++ b/packages/react-bootstrap-table2-editor/package.json @@ -6,6 +6,30 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", - "license": "ISC" + "repository": { + "type": "git", + "url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git" + }, + "keywords": [ + "react", + "bootstrap", + "table", + "grid", + "react-bootstrap-table-addons", + "react-component" + ], + "files": [ + "lib/", + "dist/" + ], + "tags": [ + "react" + ], + "author": "AllenFang", + "contributors": [{ + "name": "Chun-MingChen", + "email": "nick830314@gmail.com", + "url": "https://github.com/Chun-MingChen" + }], + "license": "MIT" } diff --git a/packages/react-bootstrap-table2-filter/package.json b/packages/react-bootstrap-table2-filter/package.json index 30e4507..89a1e07 100644 --- a/packages/react-bootstrap-table2-filter/package.json +++ b/packages/react-bootstrap-table2-filter/package.json @@ -1,8 +1,32 @@ { "name": "react-bootstrap-table2-filter", "version": "0.0.1", - "description": "it's the column filter addon for react-bootstrap-table2", + "description": "it's a column filter addon for react-bootstrap-table2", "main": "./lib/index.js", - "author": "", - "license": "ISC" + "repository": { + "type": "git", + "url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git" + }, + "keywords": [ + "react", + "bootstrap", + "table", + "grid", + "react-bootstrap-table-addons", + "react-component" + ], + "files": [ + "lib/", + "dist/" + ], + "tags": [ + "react" + ], + "author": "AllenFang", + "contributors": [{ + "name": "Chun-MingChen", + "email": "nick830314@gmail.com", + "url": "https://github.com/Chun-MingChen" + }], + "license": "MIT" } diff --git a/packages/react-bootstrap-table2-overlay/package.json b/packages/react-bootstrap-table2-overlay/package.json index 6453866..76198bc 100644 --- a/packages/react-bootstrap-table2-overlay/package.json +++ b/packages/react-bootstrap-table2-overlay/package.json @@ -1,10 +1,34 @@ { "name": "react-bootstrap-table2-overlay", "version": "0.0.1", - "description": "it's a loading overlay component for react-bootstrap-table2", + "description": "it's a loading overlay addons for react-bootstrap-table2", "main": "./lib/index.js", - "author": "", - "license": "ISC", + "repository": { + "type": "git", + "url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git" + }, + "keywords": [ + "react", + "bootstrap", + "table", + "grid", + "react-bootstrap-table-addons", + "react-component" + ], + "files": [ + "lib/", + "dist/" + ], + "tags": [ + "react" + ], + "author": "AllenFang", + "contributors": [{ + "name": "Chun-MingChen", + "email": "nick830314@gmail.com", + "url": "https://github.com/Chun-MingChen" + }], + "license": "MIT", "dependencies": { "react-loading-overlay": "0.2.8" } diff --git a/packages/react-bootstrap-table2-paginator/package.json b/packages/react-bootstrap-table2-paginator/package.json index b129b42..d75efe9 100644 --- a/packages/react-bootstrap-table2-paginator/package.json +++ b/packages/react-bootstrap-table2-paginator/package.json @@ -3,6 +3,30 @@ "version": "0.0.1", "description": "it's the pagination addon for react-bootstrap-table2", "main": "./lib/index.js", - "author": "", - "license": "ISC" + "repository": { + "type": "git", + "url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git" + }, + "keywords": [ + "react", + "bootstrap", + "table", + "grid", + "react-bootstrap-table-addons", + "react-component" + ], + "files": [ + "lib/", + "dist/" + ], + "tags": [ + "react" + ], + "author": "AllenFang", + "contributors": [{ + "name": "Chun-MingChen", + "email": "nick830314@gmail.com", + "url": "https://github.com/Chun-MingChen" + }], + "license": "MIT" } diff --git a/packages/react-bootstrap-table2/package.json b/packages/react-bootstrap-table2/package.json index 7619c4f..bf34419 100644 --- a/packages/react-bootstrap-table2/package.json +++ b/packages/react-bootstrap-table2/package.json @@ -1,8 +1,31 @@ { "name": "react-bootstrap-table2", "version": "0.0.1", - "description": "Rebuilt for react-bootstrap-table", + "description": "Next generation of react-bootstrap-table", "main": "./lib/index.js", - "author": "", - "license": "ISC" + "repository": { + "type": "git", + "url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git" + }, + "keywords": [ + "react", + "bootstrap", + "table", + "grid", + "react-component" + ], + "files": [ + "lib/", + "dist/" + ], + "tags": [ + "react" + ], + "author": "AllenFang", + "contributors": [{ + "name": "Chun-MingChen", + "email": "nick830314@gmail.com", + "url": "https://github.com/Chun-MingChen" + }], + "license": "MIT" }