File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,20 @@ module.exports = function(grunt) {
4848 }
4949 } ,
5050 } ,
51- update_json : {
52- // set some task-level options
53- options : {
54- src : 'package.json' ,
55- indent : '\t'
56- } ,
57- // update bower.json with data from package.json
58- bower : {
59- src : 'package.json' , // where to read from
60- dest : 'bower.json' , // where to write to
61- // the fields to update, as a String Grouping
62- fields : 'name version description repository'
63- } ,
51+ update_json : {
52+ // set some task-level options
53+ options : {
54+ src : 'package.json' ,
55+ indent : '\t'
6456 } ,
57+ // update bower.json with data from package.json
58+ bower : {
59+ src : 'package.json' , // where to read from
60+ dest : 'bower.json' , // where to write to
61+ // the fields to update, as a String Grouping
62+ fields : 'name version description repository'
63+ } ,
64+ } ,
6565 requirejs : {
6666 unmin : {
6767 options : {
Original file line number Diff line number Diff line change 1- /*! p5.js v0.3.6 September 18 , 2014 */
1+ /*! p5.js v0.3.7 September 19 , 2014 */
22var shim = function ( require ) {
33 window . requestDraw = function ( ) {
44 return window . requestAnimationFrame || window . webkitRequestAnimationFrame || window . mozRequestAnimationFrame || window . oRequestAnimationFrame || window . msRequestAnimationFrame || function ( callback , element ) {
You can’t perform that action at this time.
0 commit comments