Skip to content

Commit 2a8fde1

Browse files
committed
adjusted path to index js in package.json
1 parent db2e5d2 commit 2a8fde1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "matestack-ui-bootstrap",
33
"version": "2.0.0",
44
"license": "LGPLv3",
5-
"main": "app/javascript/matestack-ui-bootstrap/index.js",
5+
"main": "./lib/matestack/ui/bootstrap/index.js",
66
"files": [
7-
"app",
7+
"lib/**/*.js",
88
"LICENSE"
99
],
1010
"dependencies": {
@@ -19,6 +19,6 @@
1919
"webpack-dev-server": "^3.11.0"
2020
},
2121
"exports": {
22-
".": "./app/javascript/matestack-ui-bootstrap"
22+
".": "./lib/matestack/ui/bootstrap/index.js"
2323
}
2424
}

0 commit comments

Comments
 (0)