Add a makefile to build both ESM and CJS
This commit is contained in:
parent
dc3f1a8b1d
commit
4e61f0283d
2 changed files with 19 additions and 4 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"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