ember-cli-blueprint-test-helpers
Advanced tools
Comparing version 0.13.1 to 0.13.2
'use strict'; | ||
var RSVP = require('rsvp'); | ||
var conf = require('ember-cli-internal-test-helpers/lib/helpers/conf'); | ||
var BlueprintNpmTask = require('ember-cli-internal-test-helpers/lib/helpers/disable-npm-on-blueprint'); | ||
@@ -34,2 +35,3 @@ var fs = require('fs-extra'); | ||
BlueprintNpmTask.disableNPM(Blueprint); | ||
conf.setup(); | ||
}); | ||
@@ -39,2 +41,3 @@ | ||
BlueprintNpmTask.restoreNPM(Blueprint); | ||
conf.restore(); | ||
}); | ||
@@ -41,0 +44,0 @@ |
{ | ||
"name": "ember-cli-blueprint-test-helpers", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "Blueprint test helpers for ember-cli. Mocks ember-cli for generate and destroy commands.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
40975
519
0