Skip to content

Commit

Permalink
♻️ fix package naming and prepare for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiishme committed Dec 4, 2023
1 parent 2f02858 commit 5557aa2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

.github
.gitignore
/docs
src/**/*.test.ts
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bikram-sambat-docs",
"version": "0.0.1",
"description": "Documentation for Bikram Sambat date picker by Ask Buddie",
"name": "@askbuddie/bikram-sambat-docs",
"version": "1.0.0",
"description": "Documentation for Bikram Sambat library by Ask Buddie",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nepali-date-picker",
"version": "0.0.1",
"description": "A library to support dates according to Bikram Sambat Calendar.",
"name": "@askbuddie/bikram-sambat",
"version": "1.0.0",
"description": "A JS library for Nepali dates. Developed by Ask Buddie, this NPM library simplifies working with the Nepali calendar in JavaScript. It offers inuitive API methods making Nepali date handling effortless.",
"main": "src/index.ts",
"scripts": {
"test": "jest",
Expand All @@ -12,19 +12,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/askbuddie/nepali-date-picker.git"
"url": "git+https://github.com/askbuddie/bikram-sambat.git"
},
"keywords": [
"nepali-date-picker",
"bikram-sambat",
"nepali-date"
"nepali-date",
"nepali-date-js"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/askbuddie/nepali-date-picker/issues"
"url": "https://github.com/askbuddie/bikram-sambat/issues"
},
"homepage": "https://github.com/askbuddie/nepali-date-picker#readme",
"homepage": "https://github.com/askbuddie/bikram-sambat#readme",
"devDependencies": {
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"moduleResolution": "node",
"moduleResolution": "NodeNext",
"baseUrl": "./src",
"esModuleInterop": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 5557aa2

Please sign in to comment.