wrappid / core

This is a Wrappid package repository that contains core functionalities of Wrappid Framework that enables users to use Wrappid's core features and components.
MIT License
10 stars 4 forks source link

config: add keys in package.json #88

Closed anantakumarghosh closed 5 months ago

anantakumarghosh commented 5 months ago

Description

          > * [ ]  add contact and homepage in package.json

Originally posted by @anantakumarghosh in https://github.com/wrappid/core/issues/75#issuecomment-1903351569

Add below keys in package.json and package/package.json

"license": "MIT",
"author": {
  "name": "Wrappid",
  "email": "wrappid.framework@gmail.com",
  "url": "https://www.github.com/wrappid"
},
"homepage": "https://github.com/wrappid/<reponame>",

Run npm i in root directory (./) of project and in package folder (./package/)

Sample commit message:

docs(config): :memo: add missing keys in package.json

add missing keys, author, license, in package.json

Ref: #88
anantakumarghosh commented 5 months ago

need to indent

anantakumarghosh commented 5 months ago

closing as done