Skip to content

Commit

Permalink
⚡ publish: add package.json to publish in npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuzpandey committed Nov 4, 2023
1 parent f885a88 commit a935002
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "nepali-date-picker",
"version": "2.0.0",
"description": "Lightweight, Powerful JavaScript Nepali Date Picker with no dependencies.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anuzpandey/nepali-date-picker.git"
},
"keywords": [
"nepali-date-picker",
"date-picker",
"nepal"
],
"author": "Anuz Pandey",
"license": "MIT",
"bugs": {
"url": "https://github.com/anuzpandey/nepali-date-picker/issues"
},
"homepage": "https://github.com/anuzpandey/nepali-date-picker#readme"
}

0 comments on commit a935002

Please sign in to comment.