Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit cbcfa48

Browse files
committed
build(package): change repository source to strapi
1 parent 994558d commit cbcfa48

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ All notable changes to this project will be documented in this file. See [standa
88

99
### Bug Fixes
1010

11-
* **sdk:** catching server error message ([a97974d](https://github.com/lucaperret/strapi-sdk/commit/a97974d))
11+
* **sdk:** catching server error message ([a97974d](https://github.com/strapi/strapi-sdk-javascript/commit/a97974d))
1212

1313

1414
### Features
1515

16-
* **sdk:** authentication ([0e57fa0](https://github.com/lucaperret/strapi-sdk/commit/0e57fa0))
17-
* **sdk:** authentication ([4ae0403](https://github.com/lucaperret/strapi-sdk/commit/4ae0403))
18-
* **sdk:** CRUD methods for [#1](https://github.com/lucaperret/strapi-sdk/issues/1) ([0d9e83a](https://github.com/lucaperret/strapi-sdk/commit/0d9e83a))
19-
* **upload:** add searchFiles and getFiles for [#2](https://github.com/lucaperret/strapi-sdk/issues/2) ([6ba8365](https://github.com/lucaperret/strapi-sdk/commit/6ba8365))
16+
* **sdk:** authentication ([0e57fa0](https://github.com/strapi/strapi-sdk-javascript/commit/0e57fa0))
17+
* **sdk:** authentication ([4ae0403](https://github.com/strapi/strapi-sdk-javascript/commit/4ae0403))
18+
* **sdk:** CRUD methods for [#1](https://github.com/strapi/strapi-sdk-javascript/issues/1) ([0d9e83a](https://github.com/strapi/strapi-sdk-javascript/commit/0d9e83a))
19+
* **upload:** add searchFiles and getFiles for [#2](https://github.com/strapi/strapi-sdk-javascript/issues/2) ([6ba8365](https://github.com/strapi/strapi-sdk-javascript/commit/6ba8365))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
77
"module": "build/module/index.js",
8-
"repository": "https://github.com/lucaperret/strapi-sdk",
8+
"repository": "https://github.com/strapi/strapi-sdk-javascript",
99
"license": "MIT",
1010
"keywords": [],
1111
"scripts": {

0 commit comments

Comments
 (0)