Skip to content

Commit 319e6c0

Browse files
committed
point npm to dist folder
1 parent 5c287e4 commit 319e6c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emailjs-utf7",
3-
"main": "src/utf7.js",
3+
"main": "dist/utf7.js",
44
"version": "4.0.0",
55
"homepage": "https://github.com/emailjs/emailjs-utf7",
66
"author": "Konstantin Käfer",
@@ -45,6 +45,9 @@
4545
"afterAll",
4646
"after",
4747
"expect"
48+
],
49+
"ignore": [
50+
"dist"
4851
]
4952
}
5053
}

0 commit comments

Comments
 (0)