Convert from the symlink format to a local package
This commit is contained in:
parent
4c957cce07
commit
c2dfd2fd3a
8 changed files with 104 additions and 12 deletions
13
common/package.json
Normal file
13
common/package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "common",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Oliver Akins",
|
||||
"license": "UNLICENSED",
|
||||
"files": ["/dist"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue