-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡ publish: add package.json to publish in npm.
- Loading branch information
1 parent
f885a88
commit a935002
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |