Make main fields more verbose, change indentation
This commit is contained in:
parent
d119d620f4
commit
bc3825b02e
2 changed files with 82 additions and 42 deletions
|
|
@ -21,8 +21,8 @@
|
|||
"test": "npm run lint && npm run build && ava dist/tests",
|
||||
"prepublish": "npm run build && del dist/tests"
|
||||
},
|
||||
"main": "dist/index",
|
||||
"types": "dist/index",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue