Skip to content

Commit

Permalink
fix(package.json): fix private package issue (#55)
Browse files Browse the repository at this point in the history
Remove `private:false` from `package.json`
Fix licence tag

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
  • Loading branch information
niloysikdar committed Jul 5, 2022
1 parent 0e6cf91 commit b25071e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@leopardslab/react-email",
"version": "1.2.0",
"private": "false",
"description": "React-based component and utility methods-based lightweight library to provide a common interface for email building",
"author": {
"name": "Leopards Lab",
Expand All @@ -15,7 +14,7 @@
"url": "https://github.com/leopardslab/react-email/issues"
},
"homepage": "https://github.com/leopardslab/react-email#readme",
"license": "Apache License 2.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit b25071e

Please sign in to comment.