Skip to content

Commit

Permalink
fix: change package namespace to airfitbg
Browse files Browse the repository at this point in the history
  • Loading branch information
tedraykov committed Jun 30, 2021
1 parent dcae76d commit 5c91d47
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 81 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ workflows:
build_deploy:
jobs:
- build:
context: reaction-publish-semantic-release
context: reaction
- lint:
requires:
- build
- deploy:
context: reaction-publish-semantic-release
context: reaction
requires:
- lint
filters:
Expand Down
132 changes: 59 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@reactioncommerce/api-plugin-files",
"name": "@tedraykov/api-plugin-files",
"description": "Files plugin for the Reaction API",
"version": "0.0.0-development",
"main": "index.js",
"type": "module",
"engines": {
"node": ">=12.14.1"
},
"homepage": "https://github.com/reactioncommerce/api-plugin-files",
"url": "https://github.com/reactioncommerce/api-plugin-files",
"homepage": "https://github.com/airfitbg/api-plugin-files",
"url": "https://github.com/airfitbg/api-plugin-files",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/reactioncommerce/api-plugin-files.git"
"url": "git+https://github.com/airfitbg/api-plugin-files.git"
},
"author": {
"name": "Reaction Commerce",
Expand All @@ -21,7 +21,7 @@
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/reactioncommerce/api-plugin-files/issues"
"url": "https://github.com/airfitbg/api-plugin-files/issues"
},
"sideEffects": false,
"dependencies": {
Expand All @@ -33,7 +33,7 @@
"@reactioncommerce/reaction-error": "~1.0.1",
"envalid": "~5.0.0",
"node-fetch": "~2.6.0",
"sharp": "~0.26.1",
"sharp": "^0.28.3",
"simpl-schema": "~1.10.2"
},
"devDependencies": {
Expand Down

0 comments on commit 5c91d47

Please sign in to comment.