We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9eef1 commit 0f0b30cCopy full SHA for 0f0b30c
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rollup-plugin-livereload",
3
- "version": "2.0.4",
+ "version": "2.0.5",
4
"description": "Rollup plugin for LiveReload that watches the bundle and reloads the page on change",
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.es.js",
@@ -31,7 +31,8 @@
31
"url": "https://github.com/thgh/rollup-plugin-livereload"
32
},
33
"files": [
34
- "dist"
+ "dist",
35
+ "index.d.ts"
36
],
37
"engines": {
38
"node": ">=8.3"
0 commit comments