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.6.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 0.6.1
* [BUGFIX] Fix problem that made ember-cli fail if there is not internet conection.
## 0.6.0
* Update to yuidoc 0.6
## 0.5.4

@@ -2,0 +10,0 @@

8

lib/commands/ember-cli-yuidoc.js
'use strict';
var Y = require('yuidocjs');
var rsvp = require('rsvp');
var optsGenerator = require('../options');

@@ -13,3 +10,6 @@ module.exports = {

run: function(opts, rawArgs) {
var options = optsGenerator.generate();
var Y = require('yuidocjs');
var rsvp = require('rsvp');
var optsGenerator = require('../options');
var options = optsGenerator.generate();

@@ -16,0 +16,0 @@ var yuidocCompiler = new Y.YUIDoc(options);

{
"name": "ember-cli-yuidoc",
"version": "0.6.0",
"version": "0.6.1",
"directories": {

@@ -5,0 +5,0 @@ "doc": "doc",