Skip to content

Commit 2122a2b

Browse files
committed
🔧 Remove lock file for simpler release process
1 parent 3a5c269 commit 2122a2b

File tree

4 files changed

+7
-2595
lines changed

4 files changed

+7
-2595
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
node_modules/
22
dist/
3+
4+
yarn.lock
5+
package-lock.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const fetch = createNavigationByFoldersFetcher(CrystallizeClient);
2929
const response = await fetch('/', 'en', 3);
3030
```
3131

32-
> Note `createNavigationTopicsFetcher` works exactly the same but for topics. [Examples for Topics](./tests/naigationTopic.test.js), [Examples for Items](./tests/naigationTree.test.js)
32+
> Note `createNavigationTopicsFetcher` works exactly the same but for topics. [Examples for Topics](./tests/naigationTopics.test.js), [Examples for Items](./tests/naigationTree.test.js)
3333
3434
This will trigger the following query:
3535

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git@github.com:CrystallizeAPI/js-api-client.git"
10+
"url": "https://github.com/CrystallizeAPI/js-api-client.git"
1111
},
1212
"main": "dist/index.js",
1313
"types": "dist/types/index.d.ts",
@@ -19,7 +19,7 @@
1919
},
2020
"volta": {
2121
"node": "16.13.2",
22-
"yarn": "1.22.17"
22+
"yarn": "1.22.18"
2323
},
2424
"dependencies": {
2525
"dotenv": "^16.0.0",
@@ -30,5 +30,5 @@
3030
},
3131
"license": "MIT",
3232
"name": "@crystallize/js-api-client",
33-
"version": "0.2.0"
33+
"version": "0.2.1"
3434
}

0 commit comments

Comments
 (0)