Add a package.json file to tools/tests/apps/package-tests.

This commit is contained in:
Ben Newman
2018-04-18 18:35:43 -04:00
parent 0d5de21001
commit c8fc62f37e

View File

@@ -0,0 +1,10 @@
{
"name": "package-tests",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.44"
}
}