Skip to content

Commit 49713e3

Browse files
author
lauren mccarthy
committed
fix lerpColor
1 parent 0eff0bb commit 49713e3

File tree

6 files changed

+351
-18
lines changed

6 files changed

+351
-18
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module.exports = function(grunt) {
175175
},
176176
release: {
177177
options: {
178-
github: {
178+
github: {
179179
repo: 'lmccart/p5.js', //put your user/repo here
180180
usernameVar: process.env.GITHUB_USERNAME, //ENVIRONMENT VARIABLE that contains Github username
181181
passwordVar: process.env.GITHUB_PASSWORD //ENVIRONMENT VARIABLE that contains Github password

0 commit comments

Comments
 (0)