Skip to content

Commit 7302fbc

Browse files
authored
Merge pull request justinkames#18 from justinkames/vuejs-logger-typescript
Set main in package.json.
2 parents 9ab321c + 3c92a42 commit 7302fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Justin Kames",
44
"description": "vuejs-logger, provides customizable logging functionality for Vue.js.",
55
"version": "1.5.0",
6-
"main": "index.js",
6+
"main": "dist/index.js",
77
"scripts": {
88
"build": "tsc",
99
"tsc": "tsc --watch",

0 commit comments

Comments
 (0)