viewar-cli
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -25,3 +25,3 @@ const chalk = require('chalk') | ||
writeJson(bundleInfoPath, { | ||
tags: tags.split(','), | ||
tags: tags ? tags.split(',') : [], | ||
apiVersion: apiPackageInfo['version'], | ||
@@ -28,0 +28,0 @@ coreVersion: corePackageInfo['version'], |
{ | ||
"name": "viewar-cli", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "ViewAR SDK Command Line Interface", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16920