Skip to content

Commit e899e89

Browse files
authored
Allow p5 versions in range (#319)
1 parent bcf335f commit e899e89

File tree

2 files changed

+2843
-1170
lines changed

2 files changed

+2843
-1170
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@
112112
},
113113
"dependencies": {
114114
"microdiff": "^1.3.2",
115-
"p5": "^1.9.0"
115+
"p5": ">=1.4.1 <2.0.0"
116116
}
117117
}

0 commit comments

Comments
 (0)