1
Fork 0

point to declaration file

This commit is contained in:
Conduitry 2018-11-13 07:17:56 -05:00
parent 9afd86d50d
commit 8d9d88681a
1 changed files with 5 additions and 3 deletions

View File

@ -9,10 +9,12 @@
"watch",
"watcher"
],
"main": "./dist/CheapWatch.cjs.js",
"module": "./dist/CheapWatch.es.js",
"main": "dist/CheapWatch.cjs.js",
"module": "dist/CheapWatch.es.js",
"types": "types/CheapWatch.d.ts",
"files": [
"dist"
"dist",
"types"
],
"engines": {
"node": ">=8"