diff options
make it ready to deploy
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json index f97db49..8e14638 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "sudomsg", "version": "1.0.0", - "description": "Website", + "description": "Sudomsg Website", "scripts": { "build": "eleventy", - "serve": "http-server dist/ -g", + "serve": "http-server dist/ -g" }, "keywords": [], - "author": "", + "author": "Marc Pervaz Boocha", "license": "ISC", "devDependencies": { "@11ty/eleventy": "^0.12.1", @@ -24,7 +24,6 @@ }, "browserslist": [ "defaults", - "not IE 11", - "maintained node versions" + "not IE 11" ] } |