busy-utils
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,3 @@ /** | ||
import Ember from 'ember'; | ||
import uuid from 'node-uuid'; | ||
@@ -27,3 +28,3 @@ /***/ | ||
// gennerate the uuid | ||
const id = window.uuid.v4(); | ||
const id = uuid.v4(...arguments); | ||
@@ -30,0 +31,0 @@ // assert the uuid created a valid uuid |
@@ -28,2 +28,3 @@ /* jshint node: true */ | ||
app.import(vendor + '/node-uuid/uuid.js', {prepend: true}); | ||
app.import('vendor/shims.js'); | ||
} | ||
@@ -30,0 +31,0 @@ }, |
{ | ||
"name": "busy-utils", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "directories": { |
26055
21
806