We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c287e4 commit 319e6c0Copy full SHA for 319e6c0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "emailjs-utf7",
3
- "main": "src/utf7.js",
+ "main": "dist/utf7.js",
4
"version": "4.0.0",
5
"homepage": "https://github.com/emailjs/emailjs-utf7",
6
"author": "Konstantin Käfer",
@@ -45,6 +45,9 @@
45
"afterAll",
46
"after",
47
"expect"
48
+ ],
49
+ "ignore": [
50
+ "dist"
51
]
52
}
53
0 commit comments