ember-cli-custom-assertions
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,2 +0,2 @@ | ||
var stringUtil = require('ember-cli/lib/utilities/string'); | ||
var stringUtil = require('ember-cli-string-utils'); | ||
@@ -3,0 +3,0 @@ module.exports = { |
@@ -0,1 +1,2 @@ | ||
/*jshint node:true*/ | ||
'use strict'; | ||
@@ -2,0 +3,0 @@ |
The MIT License (MIT) | ||
Copyright (c) 2015 | ||
Copyright (c) 2016 | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"name": "ember-cli-custom-assertions", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Easily add custom assertions to your Ember test suite", | ||
@@ -10,5 +10,5 @@ "directories": { | ||
"scripts": { | ||
"build": "ember build", | ||
"start": "ember server", | ||
"build": "ember build", | ||
"test": "ember try:testall" | ||
"test": "ember try:each" | ||
}, | ||
@@ -22,17 +22,21 @@ "repository": "https://github.com/dockyard/ember-cli-custom-assertions", | ||
"devDependencies": { | ||
"broccoli-asset-rev": "^2.0.2", | ||
"ember-cli": "0.2.5", | ||
"ember-cli-app-version": "0.3.3", | ||
"ember-cli-content-security-policy": "0.4.0", | ||
"ember-cli-dependency-checker": "^1.0.0", | ||
"ember-cli-htmlbars": "0.7.6", | ||
"ember-cli-ic-ajax": "0.1.1", | ||
"ember-cli-inject-live-reload": "^1.3.0", | ||
"ember-cli-qunit": "0.3.13", | ||
"ember-cli-uglify": "^1.0.1", | ||
"ember-data": "1.0.0-beta.17", | ||
"ember-disable-proxy-controllers": "^0.7.0", | ||
"ember-export-application-global": "^1.0.2", | ||
"ember-disable-prototype-extensions": "^1.0.0", | ||
"ember-try": "0.0.4" | ||
"broccoli-asset-rev": "^2.4.2", | ||
"ember-ajax": "^2.0.1", | ||
"ember-cli": "2.6.2", | ||
"ember-cli-app-version": "^1.0.0", | ||
"ember-cli-dependency-checker": "^1.2.0", | ||
"ember-cli-htmlbars": "^1.0.3", | ||
"ember-cli-htmlbars-inline-precompile": "^0.3.1", | ||
"ember-cli-inject-live-reload": "^1.4.0", | ||
"ember-cli-jshint": "^1.0.0", | ||
"ember-cli-qunit": "^2.0.3", | ||
"ember-cli-release": "^0.2.9", | ||
"ember-cli-sri": "^2.1.0", | ||
"ember-cli-uglify": "^1.2.0", | ||
"ember-data": "^2.6.0", | ||
"ember-disable-prototype-extensions": "^1.1.0", | ||
"ember-export-application-global": "^1.0.5", | ||
"ember-load-initializers": "^0.5.1", | ||
"ember-resolver": "^2.0.3", | ||
"loader.js": "^4.0.1" | ||
}, | ||
@@ -43,3 +47,3 @@ "keywords": [ | ||
"dependencies": { | ||
"ember-cli-babel": "^5.0.0" | ||
"ember-cli-babel": "^5.1.6" | ||
}, | ||
@@ -46,0 +50,0 @@ "ember-addon": { |
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
7603
19
9
72
Updatedember-cli-babel@^5.1.6