Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 7e5ac86

Browse files
committed
fix(package): change main field
1 parent f435e69 commit 7e5ac86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-userbase-module",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Nuxt Userbase integration",
55
"author": "Artjom Löbsack <[email protected]> (https://ceigh.com)",
66
"repository": "github:ceigh/nuxt-userbase-module",
@@ -10,7 +10,7 @@
1010
"nuxt-plugin",
1111
"userbase"
1212
],
13-
"main": "lib/module.js",
13+
"main": "dist/module.js",
1414
"files": [
1515
"dist"
1616
],

0 commit comments

Comments
 (0)