forked from aaronpowell/db.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e2be1a
commit 4c9caca
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
|