Skip to content

Commit

Permalink
Move to new org and package
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Kanwar authored and Karan Kanwar committed Jul 12, 2023
1 parent e578524 commit 4305dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Publish to NPM
run: npm run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.SPRESSO_NPM_TOKEN }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spressoinsights/price_optimization",
"version": "2.0.1",
"description": "Spresso SDK for Node",
"name": "@spresso-sdk/price_optimization",
"version": "2.0.2",
"description": "Spresso Price Optimization SDK for Node",
"sideEffects": false,
"private": false,
"scripts": {
Expand Down

0 comments on commit 4305dae

Please sign in to comment.