Commit dist files

This commit is contained in:
Federico Grandi
2020-02-21 16:50:00 +01:00
parent de8a121ebd
commit 9a6336d889
217 changed files with 16175 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@my-scope/package-a",
"version": "0.0.0",
"private": true,
"description": "",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@my-scope/package-b": "^0.0.0"
}
}