Skip to content

Commit 53cbbf6

Browse files
committed
2.0.9
1 parent 86c7629 commit 53cbbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "emailjs-mime-codec",
33
"description": "Encode and decode quoted printable and base64 strings",
4-
"version": "2.0.8",
4+
"version": "2.0.9",
55
"main": "dist/mimecodec",
66
"homepage": "https://github.com/emailjs/emailjs-mime-codec",
77
"repository": {
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"build": "./scripts/build.sh",
2020
"lint": "$(npm bin)/standard",
21-
"preversion": "npm run build","preversion": "npm run build",
21+
"preversion": "npm run build",
2222
"test": "npm run lint && npm run unit",
2323
"unit": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js"
2424
},

0 commit comments

Comments
 (0)