Make main fields more verbose, change indentation

This commit is contained in:
Lukas Tetzlaff 2017-11-06 12:27:06 +01:00
parent d119d620f4
commit bc3825b02e
2 changed files with 82 additions and 42 deletions

View file

@ -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"
],