From 2b33109482369d50fcb92a0da486ad18cd1f5257 Mon Sep 17 00:00:00 2001 From: saurabhdaware Date: Fri, 5 Aug 2022 20:41:22 +0530 Subject: [PATCH] fix: documentation on npm --- packages/abell/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/abell/package.json b/packages/abell/package.json index 256db41..3c28345 100644 --- a/packages/abell/package.json +++ b/packages/abell/package.json @@ -1,7 +1,7 @@ { "name": "abell", - "version": "1.0.0-alpha.64", - "description": "", + "version": "1.0.0-alpha.65", + "description": "Abell is a static-site-generator for JavaScript developers. Powered by Vite, It tries to stay close to fundamentals while providing a great DX", "bin": "./dist/bin.js", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -17,7 +17,8 @@ "postbuild": "node ../../scripts/post-build.js abell", "eslint": "eslint", "dev": "nodemon --exec \"yarn build\" --watch src --watch defaults -e js,ts", - "prepublishOnly": "yarn test:once && yarn eslint && yarn build" + "prepublishOnly": "yarn test:once && yarn eslint && yarn build && cp ../../README.md ./README.md", + "postpublish": "rm ./README.md" }, "repository": { "type": "git",