This commit is contained in:
erwanlr
2019-01-13 16:56:13 +00:00
parent abdf285c69
commit bb5e55016c
8 changed files with 651 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "my-block-cgb-guten-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"cgb-scripts": "1.13.0"
}
}