Skip to content

Commit

Permalink
publish as @ns0m/cordova-plugin-advanced-http
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Feb 13, 2024
1 parent b0fbce2 commit 77dcdb7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish NPM
on:
release:
types: [created]
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cordova-plugin-advanced-http",
"name": "@ns0m/cordova-plugin-advanced-http",
"version": "2.5.1",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git"
"url": "git+https://github.com/ns0m/cordova-plugin-advanced-http.git"
},
"keywords": [
"cordova",
Expand Down Expand Up @@ -54,9 +54,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/silkimen/cordova-plugin-advanced-http/issues"
"url": "https://github.com/ns0m/cordova-plugin-advanced-http/issues"
},
"homepage": "https://github.com/silkimen/cordova-plugin-advanced-http#readme",
"homepage": "https://github.com/ns0m/cordova-plugin-advanced-http#readme",
"devDependencies": {
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
Expand All @@ -69,4 +69,4 @@
"wd": "1.4.1",
"xml2js": "0.4.19"
}
}
}

0 comments on commit 77dcdb7

Please sign in to comment.