Skip to content

Commit 61b9eb9

Browse files
committed
add style field to pkg
1 parent 436b4b1 commit 61b9eb9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "mml-react",
33
"version": "0.2.7",
4-
"description": "MML (Message Markup Language) for React implementation.",
4+
"description": "MML (Message Markup Language) for React.",
55
"author": "Getstream.io",
66
"main": "dist/index.js",
77
"module": "dist/mml-react.esm.js",
88
"typings": "dist/index.d.ts",
9+
"style": "dist/styles/index.css",
910
"license": "SEE LICENSE IN LICENSE",
1011
"files": [
1112
"dist",

0 commit comments

Comments
 (0)