requestanimationframe
Advanced tools
Comparing version 0.0.11 to 0.0.12
/** | ||
* requestAnimationFrame version: "0.0.11" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved. | ||
* requestAnimationFrame version: "0.0.12" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved. | ||
* Available via the MIT license. | ||
@@ -4,0 +4,0 @@ * see: http://github.com/cagosta/requestAnimationFrame for details |
{ | ||
"name": "requestAnimationFrame", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"main": [ | ||
@@ -5,0 +5,0 @@ "app" |
@@ -8,3 +8,3 @@ /** | ||
/** | ||
* requestAnimationFrame version: "0.0.11" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved. | ||
* requestAnimationFrame version: "0.0.12" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved. | ||
* Available via the MIT license. | ||
@@ -11,0 +11,0 @@ * see: http://github.com/cagosta/requestAnimationFrame for details |
@@ -8,3 +8,3 @@ /** | ||
/** | ||
* requestAnimationFrame version: "0.0.11" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved. | ||
* requestAnimationFrame version: "0.0.12" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved. | ||
* Available via the MIT license. | ||
@@ -11,0 +11,0 @@ * see: http://github.com/cagosta/requestAnimationFrame for details |
@@ -14,3 +14,3 @@ /** | ||
/** | ||
* requestAnimationFrame version: "0.0.11" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved. | ||
* requestAnimationFrame version: "0.0.12" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved. | ||
* Available via the MIT license. | ||
@@ -17,0 +17,0 @@ * see: http://github.com/cagosta/requestAnimationFrame for details |
@@ -564,3 +564,3 @@ (function () { | ||
/** | ||
* requestAnimationFrame version: "0.0.11" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved. | ||
* requestAnimationFrame version: "0.0.12" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved. | ||
* Available via the MIT license. | ||
@@ -567,0 +567,0 @@ * see: http://github.com/cagosta/requestAnimationFrame for details |
{ | ||
"name": "requestanimationframe", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -16,3 +16,3 @@ var Releaser = function( o ) { | ||
commitMessage: 'Releasing v%VERSION%', | ||
commitFiles: [ 'package.json', 'bower.json', 'app/<%= config.name.raw %>.js', 'dist' ], // '-a' for all files | ||
commitFiles: [ 'package.json', 'bower.json', 'app/<%= config.name.raw %>.js', 'dist', 'test/index_build.html' ], // '-a' for all files | ||
createTag: true, | ||
@@ -19,0 +19,0 @@ tagName: 'v%VERSION%', |
@@ -84,3 +84,2 @@ var SauceRunner = function( o ) { | ||
grunt.registerTask( 'test:all', 'Run tests in all environements', [ | ||
'test:browser', | ||
'test:node', | ||
@@ -87,0 +86,0 @@ 'test:headless' |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
778868
73
9679
20