Merge pull request #3175 from lmccart/master

Update package.json to include minified and regular p5.js files on npm auto-update [author]
This commit is contained in:
Pete Cooper
2014-05-14 16:10:25 +01:00
+3 -2
View File
@@ -6,7 +6,8 @@
{
"basePath": "/dist/",
"files": [
"p5.min.js"
"p5.min.js",
"p5.js"
]
}
],
@@ -38,4 +39,4 @@
"url": "https://github.com/lmccart/p5.js"
}
]
}
}