Skip to content

Commit

Permalink
Revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abod-Akhras committed Oct 21, 2021
1 parent cef39aa commit 77f6431
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ development, master ]

jobs:
build:
quality:

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ script:
- npm run coverage
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js # publish coverage info to coveralls

quality:
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_APIKEY
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibmcloud-appid-js",
"version": "0.0.0-development",
"version": "0.4.3",
"description": "IBM Cloud App ID SDK for Single Page Applications",
"keywords": [
"SPA",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ibm-cloud-security/appid-clientsdk-js.git"
"url": "git+https://github.com/ibm-cloud-security/appid-clientsdk-js.git"
},
"main": "dist/appid.umd.min.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 77f6431

Please sign in to comment.