babel-plugin-transform-comment-to-assert
Advanced tools
Comparing version 1.0.2 to 1.0.4
@@ -37,3 +37,3 @@ 'use strict'; | ||
var child = path.node.expression; | ||
var comment = undefined; | ||
var comment = void 0; | ||
@@ -40,0 +40,0 @@ var rawComment = comments[0].value.substring(2).trim(); |
{ | ||
"name": "babel-plugin-transform-comment-to-assert", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"main": "lib/index.js", | ||
@@ -19,5 +19,5 @@ "scripts": { | ||
"license": "MIT", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/laat/babel-plugin-transform-comment-to-assert.git" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/laat/babel-plugin-transform-comment-to-assert.git" | ||
}, | ||
@@ -32,4 +32,4 @@ "devDependencies": { | ||
"mocha": "^2.3.4", | ||
"mocha-tap13": "^0.0.1", | ||
"standard": "^5.4.1" | ||
"mocha-tap13": "0.0.3", | ||
"standard": "^6.0.8" | ||
}, | ||
@@ -36,0 +36,0 @@ "files": [ |
4288