From d552303d8caf4d942864652d64887fa612859ff8 Mon Sep 17 00:00:00 2001 From: Alexej Yaroshevich Date: Tue, 7 Apr 2015 01:53:14 +0300 Subject: [PATCH] v0.4.6 - fix dirty line number modification (#89) - fix tests for support jscs v1.12 - fix possible throw with invalid tag location - some codestyle fixes - update dev deps - disable peerDeps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7270127..7b72b8f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jscs-jsdoc", "author": "Alexej Yaroshevich ", "description": "JSCS jsdoc plugin", - "version": "0.4.5", + "version": "0.4.6", "main": "lib/index", "homepage": "https://github.com/jscs-dev/jscs-jsdoc", "license": "MIT",