patch/bump-version master

...

Bump package version

It's been a while since last version was released, this patch bumps
package patch version number.

1 file changed+1 -1
  package.json
2
package.json+1 -1
             @@ -1,6 +1,6 @@     1      1{     2      2  "name": "estap",     3         "version": "1.2.0",            3  "version": "1.2.1",     4      4  "description": "JavaScript TAP test framework",     5      5  "main": "dist/index.js",     6      6  "scripts": {
patcher

Great! I'm not sure I can accept this patch however, as there were no other changes to the package. Should we upgrade to it recent JavaScript syntax, i.e. use modules etc?

se

That's a good idea, I'll see what I can do.

se created patch version 1