Packages for demo separated

This commit is contained in:
Sam Potts
2019-06-02 22:24:41 +10:00
parent 0249772f01
commit 9c717275d2
4 changed files with 47 additions and 21 deletions

11
demo/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "plyr-demo",
"version": "1.0.0",
"description": "Demo for Plyr",
"homepage": "https://plyr.io",
"author": "Sam Potts <sam@potts.es>",
"dependencies": {
"raven-js": "^3.27.1",
"shr-buttons": "2.0.2"
}
}