Skip to content

Commit fe3e3b9

Browse files
committed
Add package description
1 parent 568cad0 commit fe3e3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-broadcast",
33
"version": "0.0.1",
4+
"description": "Broadcast state changes to React components deep in the hierarchy",
45
"author": "Michael Jackson",
56
"license": "MIT",
6-
"main": "index.js",
77
"scripts": {
88
"build": "node ./scripts/build.js",
99
"build-cjs": "babel ./modules -d . --ignore '__tests__'",

0 commit comments

Comments
 (0)