Changed all examples to new generate signature;

Added internal package.json for examples
This commit is contained in:
Alexander Cerutti
2019-06-18 00:01:33 +02:00
parent 8a6b473f84
commit 0e13c6137f
7 changed files with 637 additions and 254 deletions

10
examples/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "examples",
"version": "0.0.0",
"description": "Passkit-generator examples",
"author": "Alexander P. Cerutti <cerutti.alexander@gmail.com>",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}