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 86c7629 commit 53cbbf6Copy full SHA for 53cbbf6
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "emailjs-mime-codec",
3
"description": "Encode and decode quoted printable and base64 strings",
4
- "version": "2.0.8",
+ "version": "2.0.9",
5
"main": "dist/mimecodec",
6
"homepage": "https://github.com/emailjs/emailjs-mime-codec",
7
"repository": {
@@ -18,7 +18,7 @@
18
"scripts": {
19
"build": "./scripts/build.sh",
20
"lint": "$(npm bin)/standard",
21
- "preversion": "npm run build","preversion": "npm run build",
+ "preversion": "npm run build",
22
"test": "npm run lint && npm run unit",
23
"unit": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js"
24
},
0 commit comments