Skip to content

Commit 8adfcfb

Browse files
committed
v0.8.6
1 parent 4afdbe5 commit 8adfcfb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql.js-httpvfs",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"repository": "https://github.com/phiresky/sql.js-httpvfs",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -34,5 +34,7 @@
3434
"webpack-dev-server": "^3.11.2"
3535
},
3636
"main": "dist/index.js",
37-
"files": ["dist/*"]
37+
"files": [
38+
"dist/*"
39+
]
3840
}

0 commit comments

Comments
 (0)