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.
1 parent db2e5d2 commit 2a8fde1Copy full SHA for 2a8fde1
package.json
@@ -2,9 +2,9 @@
2
"name": "matestack-ui-bootstrap",
3
"version": "2.0.0",
4
"license": "LGPLv3",
5
- "main": "app/javascript/matestack-ui-bootstrap/index.js",
+ "main": "./lib/matestack/ui/bootstrap/index.js",
6
"files": [
7
- "app",
+ "lib/**/*.js",
8
"LICENSE"
9
],
10
"dependencies": {
@@ -19,6 +19,6 @@
19
"webpack-dev-server": "^3.11.0"
20
},
21
"exports": {
22
- ".": "./app/javascript/matestack-ui-bootstrap"
+ ".": "./lib/matestack/ui/bootstrap/index.js"
23
}
24
0 commit comments