You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ember-cli-yuidoc

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-yuidoc - npm Package Compare versions

Comparing version

to
0.8.6

2

index.js

@@ -35,4 +35,4 @@ 'use strict';

var yuidocTree = new YuidocCompiler(config.paths, config);
return mergeTrees([inputTree, yuidocTree]);
return mergeTrees([inputTree, yuidocTree], { overwrite: true });
}
};
{
"name": "ember-cli-yuidoc",
"version": "0.8.5",
"version": "0.8.6",
"description": "Generate documentation of your app/addon from your yuidoc comments",

@@ -5,0 +5,0 @@ "directories": {