Skip to content

Commit 994a3aa

Browse files
author
lauren mccarthy
committed
merging bower config
1 parent 515bc1c commit 994a3aa

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Gruntfile.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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: {

lib/p5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! p5.js v0.3.6 September 18, 2014 */
1+
/*! p5.js v0.3.7 September 19, 2014 */
22
var shim = function (require) {
33
window.requestDraw = function () {
44
return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (callback, element) {

0 commit comments

Comments
 (0)