Skip to content

Commit

Permalink
org changed
Browse files Browse the repository at this point in the history
  • Loading branch information
divshekhar committed Nov 8, 2022
1 parent 926d8a8 commit 4012119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

- name: Publish to NPM 📦
run: |
npm config set scope devsonreact
npm config set access public --global
npm config set //registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
npm publish --ignore-scripts
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@devsonreact/flexboard",
"name": "@dorbus/flexboard",
"description": "React component library for re-sizable sidebars",
"version": "1.0.0",
"author": "Divyanshu Shekhar <imdshekhar@gmail.com>",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down

0 comments on commit 4012119

Please sign in to comment.