Skip to content

Commit a797c4d

Browse files
authored
Merge pull request #324 from qiushihe/master
Fix `module` path in package.json
2 parents f4726e1 + f04bf5a commit a797c4d

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
@@ -2,8 +2,8 @@
22
"name": "react-trello",
33
"description": "Pluggable components to add a trello like kanban board to your application",
44
"main": "dist/index.js",
5-
"jsnext:main": "components/index.js",
6-
"module": "components/index.js",
5+
"jsnext:main": "src/components/index.js",
6+
"module": "src/components/index.js",
77
"files": [
88
"src",
99
"dist",

0 commit comments

Comments
 (0)