mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-15 15:56:28 +10:00
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:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user