Skip to content

Commit

Permalink
feat: Publish package on github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
emirdeliz committed Sep 8, 2023
1 parent 4f2c184 commit 38282e7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-calendar-simple",
"version": "1.0.2",
"name": "@emirdeliz/rn-calendar-simple",
"version": "1.0.3",
"description": "React Native Calendar",
"author": "Emir Marques - <emirdeliz@gmail.com>",
"main": "src/Calendar.tsx",
Expand Down Expand Up @@ -32,6 +32,13 @@
"ts-jest": "^29.1.1",
"typescript": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/emirdeliz/rn-calendar-simple.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"lint": "eslint './src/**/*.{ts,tsx}*' --fix",
"format": "prettier --write \"**/*.{js,ts,tsx,md}\"",
Expand Down

0 comments on commit 38282e7

Please sign in to comment.