Skip to content

Commit

Permalink
fix: documentation on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Aug 5, 2022
1 parent dce7124 commit 2b33109
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/abell/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 2b33109

Please sign in to comment.