Skip to content

Commit 432cf67

Browse files
author
LamNguyen176
committed
add .yarn to source
1 parent f0caf13 commit 432cf67

File tree

5 files changed

+1444
-2
lines changed

5 files changed

+1444
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,3 @@ example/ios/Podfile.lock
8888

8989
yarn.lock
9090
.yarn/cache
91-
.yarn/plugins
92-
.yarn/releases

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 541 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 28 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-3.6.1.cjs

Lines changed: 874 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"!**/.*"
3737
],
3838
"scripts": {
39+
"start": "node index.js",
3940
"npm:publish": "npm publish --access public",
4041
"npm:remove:version": "npm unpublish react-native-crypto-algorithm@version",
4142
"example": "yarn workspace react-native-crypto-algorithm-example",

0 commit comments

Comments
 (0)