Reorganized repo using yarn and workspaces

This commit is contained in:
maciejhirsz
2018-06-27 14:04:34 +02:00
parent 8c3b1ee749
commit 0580e25380
84 changed files with 8434 additions and 701 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "@dotstats/common",
"version": "0.1.0",
"author": "Parity Technologies Ltd. <admin@parity.io>",
"license": "GPL-3.0",
"description": "Shared utils and types for backend and frontend",
"main": "build/index.js",
"types": "src/index.ts",
"engines": {
"node": ">=9.5"
},
"scripts": {
"test": "echo \"Tests only available from root wrapper\""
}
}