Skip to content

Commit c98772e

Browse files
committed
Fixed npm package and bumped version
1 parent cd8dfcb commit c98772e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "use-prosemirror",
3-
"version": "1.1.0",
3+
"version": "1.1.3",
44
"description": "ProseMirror for React",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7+
"files": [
8+
"dist"
9+
],
710
"repository": "https://github.com/dminkovsky/use-prose-mirror",
811
"author": "Dmitry Minkovsky",
912
"license": "MIT",

0 commit comments

Comments
 (0)