Skip to content

Commit 68fec5c

Browse files
author
Walker Leite
committed
fix(package): fix main file name
1 parent 2ee774d commit 68fec5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.1",
44
"description": "This component is a form with validation and more using only javascript objects",
55
"author": "Walker Leite <[email protected]>",
6-
"main": "src/ic-formly/ic-formly.vue",
6+
"main": "src/index.js",
77
"license": "apache 2.0",
88
"scripts": {
99
"lint": "eslint src/**/*.vue",

0 commit comments

Comments
 (0)