diff --git a/examples/file-uri-input/package.json b/examples/file-uri-input/package.json index c62bc2362b..4dd081d2e1 100644 --- a/examples/file-uri-input/package.json +++ b/examples/file-uri-input/package.json @@ -1,5 +1,5 @@ { - "config" : { "example_name" : "TEMPLATE" }, + "config" : { "example_name" : "file-uri-input" }, "scripts": { "install": "cd ../.. && npm i", "start": "../../node_modules/.bin/ts-node --cwd ../../ ./examples/$npm_package_config_example_name/index.ts",