Skip to content

Commit 494f776

Browse files
author
Alex Gurr
committed
Update package.json to use dist index.js instead of src (transpiled)
1 parent a9579bb commit 494f776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "react-conversation-form",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A React wrapper for Space10's Conversational Form",
5-
"main": "index.js",
5+
"main": "dist/index.js",
66
"scripts": {
77
"build": "babel src -d dist",
88
"test": "jest --config .jestrc.js",

0 commit comments

Comments
 (0)