Skip to content

Commit

Permalink
ref: organization package removed
Browse files Browse the repository at this point in the history
  • Loading branch information
marluanespiritusanto committed Apr 20, 2022
1 parent b360c46 commit a8e7ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Install dependecies
run: npm ci

- name: Setting access
run: npm config set access public

- name: Publish package
run: npm publish
env:
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": "@refactoringjs/serverless-middleware-js",
"version": "1.0.1",
"name": "serverless-middleware-js",
"version": "1.0.2",
"description": "JavaScript middleware engine for serverless functions.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a8e7ae3

Please sign in to comment.