Skip to content

Commit f611164

Browse files
author
Lauren McCarthy
committed
updating dom version and changing post-commit to prepare closes #3135
1 parent 465fcae commit f611164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/addons/p5.dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! p5.dom.js v0.3.4 Jan 19, 2017 */
1+
/*! p5.dom.js v0.4.0 August 9, 2018 */
22
/**
33
* <p>The web is much more than just canvas and p5.dom makes it easy to interact
44
* with other HTML5 objects, including text, hyperlink, image, input, video,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint:fix": "grunt lint-fix",
1313
"contributors:add": "all-contributors add",
1414
"contributors:generate": "all-contributors generate",
15-
"postinstall": "patch-package",
15+
"prepare": "patch-package",
1616
"generate": "all-contributors generate",
1717
"precommit": "lint-staged"
1818
},

0 commit comments

Comments
 (0)