Skip to content

Commit e8987d2

Browse files
committed
Describe package in package.json
1 parent 9928028 commit e8987d2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ install:
1111
- yarn install --frozen-lockfile
1212

1313
script:
14+
- yarn build:rollup
1415
- yarn build:storybook
1516

1617
deploy:

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "react-dsv-import",
3-
"version": "0.0.1",
3+
"description": "Flexible, typed and easy to use React Component ⚛ to provide CSV, TSV and other delimiter-separated values formats (DSV) import functionality.",
4+
"keywords": ["react-component", "typescript", "react"],
5+
"homepage": "https://openscript.github.io/react-dsv-import/",
6+
"version": "0.0.2",
47
"main": "dist/index.js",
58
"module": "dist/es/index.js",
69
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)