Skip to content

Commit

Permalink
Update publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrick-marie committed Feb 2, 2024
1 parent 44f0d02 commit beb2221
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@pierrick-marie:registry=https://npm.pkg.github.com
@pierrick-marie:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=readWriteToken
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"description": "A foundation for scalable desktop apps",
"version": "1.0.0",
"name": "@pierrick-marie/sudoku",
"description": "Sudoku game",
"author": {
"name": "pierrick-marie"
},
"repository": {
"type": "git",
"url": "https://github.com/pierrick-marie/sudoku"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"electron",
"boilerplate",
Expand All @@ -15,26 +27,14 @@
"bugs": {
"url": "https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron-react-boilerplate/electron-react-boilerplate.git"
},
"license": "MIT",
"author": {
"name": "Electron React Boilerplate Maintainers",
"email": "electronreactboilerplate@gmail.com",
"url": "https://electron-react-boilerplate.js.org"
},
"contributors": [
{
"name": "Amila Welihinda",
"email": "amilajack@gmail.com",
"url": "https://github.com/amilajack"
}
],
"publishConfig": {
"@pierrick-marie:registry": "https://npm.pkg.github.com"
},
"main": "./src/main/main.ts",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
Expand Down

0 comments on commit beb2221

Please sign in to comment.