mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update README.md
This commit is contained in:
parent
0636512c53
commit
50d1f3176c
1 changed files with 4 additions and 4 deletions
|
|
@ -122,8 +122,8 @@ For example you would replace:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"main": "./dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -131,8 +131,8 @@ by:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"main": "./dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "./src/index.ts",
|
"types": "src/index.ts",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue