0.5.14
This commit is contained in:
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "local-web-server",
|
"name": "local-web-server",
|
||||||
"version": "0.5.13",
|
"version": "0.5.14",
|
||||||
"description": "Lightweight static web server, zero configuration. Perfect for front-end devs.",
|
"description": "Lightweight static web server, zero configuration. Perfect for front-end devs.",
|
||||||
"bin": {
|
"bin": {
|
||||||
"ws": "./bin/ws.js"
|
"ws": "./bin/ws.js"
|
||||||
@ -28,8 +28,10 @@
|
|||||||
"typical": "^1.0.0"
|
"typical": "^1.0.0"
|
||||||
},
|
},
|
||||||
"local-web-server": {
|
"local-web-server": {
|
||||||
"mime": {
|
"mime": {
|
||||||
"text/plain": ["php"]
|
"text/plain": [
|
||||||
}
|
"php"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user