Skip to content

Commit 91735aa

Browse files
committed
Merge branch 'release/1.6.2'
2 parents 30dd82e + fa283bb commit 91735aa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-local",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Local Netlify service emulation",
55
"main": ".dist/index.js",
66
"types": ".dist/index.d.ts",
@@ -47,5 +47,8 @@
4747
"url-pattern": "^1.0.3",
4848
"serve-static": "^1.13.2",
4949
"webpack": "^4.20.2"
50-
}
50+
},
51+
"files": [
52+
".dist"
53+
]
5154
}

0 commit comments

Comments
 (0)