Skip to content

Commit 2c1eb54

Browse files
Bump version to 0.1.0, add repo metadata, align demo deps (#1)
- Bump package version from 0.0.2 to 0.1.0 - Add repository and homepage fields to package.json - Update demo @snap/camera-kit from ^1.11.0 to ^1.13.0 to match peer dep
1 parent 15c0739 commit 2c1eb54

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

demo/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typecheck": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@snap/camera-kit": "^1.11.0",
13+
"@snap/camera-kit": "^1.13.0",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
1616
"rxjs": "^7.8.2",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snap/react-camera-kit",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "React Camera Kit for web applications",
55
"type": "module",
66
"main": "./dist/cjs/index.js",
@@ -58,6 +58,11 @@
5858
],
5959
"author": "",
6060
"license": "MIT",
61+
"repository": {
62+
"type": "git",
63+
"url": "https://github.com/Snapchat/react-camera-kit.git"
64+
},
65+
"homepage": "https://github.com/Snapchat/react-camera-kit#readme",
6166
"dependencies": {
6267
"stable-hash": "^0.0.6"
6368
},

0 commit comments

Comments
 (0)