Skip to content

Commit

Permalink
Revert back to @kounta scope name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-abiera committed Oct 13, 2020
1 parent 5e2be1a commit 4c9caca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: 10
- run: |
npm config set @lightspeed-hospitality:registry https://lightspeedhq.jfrog.io/lightspeedhq/api/npm/npm-local/
npm config set @kounta:registry https://lightspeedhq.jfrog.io/lightspeedhq/api/npm/npm-local/
npm config set //lightspeedhq.jfrog.io/lightspeedhq/api/npm/npm-local/:_password \${NPM_ARTIFACTORY_PASSWORD}
npm config set //lightspeedhq.jfrog.io/lightspeedhq/api/npm/npm-local/:username \${NPM_ARTIFACTORY_USER}
npm config set //lightspeedhq.jfrog.io/lightspeedhq/api/npm/npm-local/:email ci@lightspeedhq.com
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lightspeed-hospitality/db.js",
"name": "@kounta/db.js",
"description": "db.js is a wrapper for IndexedDB to make it easier to work against, making it look more like a queryable API.",
"version": "1.0.4",
"author": "Kounta <devops@kounta.com>",
Expand Down

0 comments on commit 4c9caca

Please sign in to comment.