Skip to content

Commit 0f0b30c

Browse files
committed
v2.0.5
1 parent 4c9eef1 commit 0f0b30c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-livereload",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Rollup plugin for LiveReload that watches the bundle and reloads the page on change",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",
@@ -31,7 +31,8 @@
3131
"url": "https://github.com/thgh/rollup-plugin-livereload"
3232
},
3333
"files": [
34-
"dist"
34+
"dist",
35+
"index.d.ts"
3536
],
3637
"engines": {
3738
"node": ">=8.3"

0 commit comments

Comments
 (0)