Skip to content

Commit eff7c5e

Browse files
committed
remove publish on github for now
1 parent 2e0b88d commit eff7c5e

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -120,24 +120,6 @@ publish a new version on npmjs
120120

121121
`npm publish`
122122

123-
## publish package on github
124-
125-
!! if you use two way authentification on github, instead of login in with your password (on the command line) you need to create a personal access token and use that token as password [github personal access token documentation](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)
126-
127-
[configuring npm for use with GitHub Packages documentation](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages)
128-
129-
use the "publishConfig" option in your package.json
130-
131-
`"publishConfig": { "registry": "https://npm.pkg.github.com/" }`
132-
133-
authenticate
134-
135-
`npm login --registry=https://npm.pkg.github.com/`
136-
137-
publish
138-
139-
`npm publish`
140-
141123
## examples
142124

143125
the best way to get started is to check out the examples folder, start with [simple player example](examples/simple-player)

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/chrisweb/web-audio-api-player.git"
24+
"url": "ssh://git@github.com/chrisweb/web-audio-api-player.git"
2525
},
2626
"license": "MIT",
2727
"author": "chrisweb <[email protected]> (https://chris.lu)",
@@ -45,8 +45,5 @@
4545
"tslint": "5.20.1",
4646
"tslint-eslint-rules": "5.4.0",
4747
"typescript": "3.7.2"
48-
},
49-
"publishConfig": {
50-
"registry": "https://npm.pkg.github.com/"
5148
}
5249
}

0 commit comments

Comments
 (0)