We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4726e1 + f04bf5a commit a797c4dCopy full SHA for a797c4d
package.json
@@ -2,8 +2,8 @@
2
"name": "react-trello",
3
"description": "Pluggable components to add a trello like kanban board to your application",
4
"main": "dist/index.js",
5
- "jsnext:main": "components/index.js",
6
- "module": "components/index.js",
+ "jsnext:main": "src/components/index.js",
+ "module": "src/components/index.js",
7
"files": [
8
"src",
9
"dist",
0 commit comments