ember-responsive
Advanced tools
Comparing version 0.2.2 to 0.2.4
{ | ||
"name": "ember-responsive", | ||
"version": "0.2.2", | ||
"version": "0.2.4", | ||
"authors": [ | ||
@@ -23,3 +23,3 @@ "Jonathan Geiger <geiger@freshbooks.com>", | ||
"Gruntfile.js", | ||
"**/*.json", | ||
"**/*.json" | ||
], | ||
@@ -26,0 +26,0 @@ "dependencies": { |
@@ -5,3 +5,3 @@ { | ||
"description": "Easy responsive layouts with Ember", | ||
"version": "0.2.1", | ||
"version": "0.2.3", | ||
"url": "https://github.com/freshbooks/ember-responsive" | ||
@@ -8,0 +8,0 @@ }, |
@@ -290,3 +290,3 @@ (function(Ember) { | ||
}).join(' '); | ||
}.property('matches.@each'), | ||
}.property('matches.[]'), | ||
@@ -293,0 +293,0 @@ /** |
@@ -19,3 +19,3 @@ module.exports = function(grunt) { | ||
'lib/*.js', | ||
'tests/**.js', | ||
'test/**.js', | ||
], | ||
@@ -29,3 +29,3 @@ dest: 'dist/<%= pkg.name %>.test.js' | ||
options: { | ||
test_page: 'tests/index.html', | ||
test_page: 'test/index.html', | ||
framework: 'qunit', | ||
@@ -32,0 +32,0 @@ launch_in_dev: ['PhantomJS', 'Chrome'], |
@@ -110,3 +110,3 @@ (function(Ember) { | ||
}).join(' '); | ||
}.property('matches.@each'), | ||
}.property('matches.[]'), | ||
@@ -113,0 +113,0 @@ /** |
{ | ||
"name": "ember-responsive", | ||
"version": "0.2.2", | ||
"version": "0.2.4", | ||
"description": "Easy responsive layouts with Ember", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
200506
2341