@norcy/react-native-toolkit 0.1.162 → 0.1.163
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/.DS_Store +0 -0
- package/.husky/_/.gitignore +0 -1
- package/.husky/_/applypatch-msg +0 -2
- package/.husky/_/commit-msg +0 -2
- package/.husky/_/h +0 -22
- package/.husky/_/husky.sh +0 -9
- package/.husky/_/post-applypatch +0 -2
- package/.husky/_/post-checkout +0 -2
- package/.husky/_/post-commit +0 -2
- package/.husky/_/post-merge +0 -2
- package/.husky/_/post-rewrite +0 -2
- package/.husky/_/pre-applypatch +0 -2
- package/.husky/_/pre-auto-gc +0 -2
- package/.husky/_/pre-commit +0 -2
- package/.husky/_/pre-merge-commit +0 -2
- package/.husky/_/pre-push +0 -2
- package/.husky/_/pre-rebase +0 -2
- package/.husky/_/prepare-commit-msg +0 -2
- package/cocoa_plugins/.DS_Store +0 -0
- package/cocoa_plugins/cocoapods-rn-toolkit/.DS_Store +0 -0
- package/cocoa_plugins/cocoapods-rn-toolkit/lib/.DS_Store +0 -0
- package/cocoa_plugins/cocoapods-rn-toolkit/lib/cocoapods-rn-toolkit/.DS_Store +0 -0
- package/ios/ReactNativeToolkit.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- package/ios/ReactNativeToolkit.xcodeproj/project.xcworkspace/xcuserdata/Norcy.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/ReactNativeToolkit.xcodeproj/xcuserdata/Norcy.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
- package/src/.DS_Store +0 -0
package/package.json
CHANGED
package/.DS_Store
DELETED
|
Binary file
|
package/.husky/_/.gitignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
*
|
package/.husky/_/applypatch-msg
DELETED
package/.husky/_/commit-msg
DELETED
package/.husky/_/h
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env sh
|
|
2
|
-
[ "$HUSKY" = "2" ] && set -x
|
|
3
|
-
n=$(basename "$0")
|
|
4
|
-
s=$(dirname "$(dirname "$0")")/$n
|
|
5
|
-
|
|
6
|
-
[ ! -f "$s" ] && exit 0
|
|
7
|
-
|
|
8
|
-
if [ -f "$HOME/.huskyrc" ]; then
|
|
9
|
-
echo "husky - '~/.huskyrc' is DEPRECATED, please move your code to ~/.config/husky/init.sh"
|
|
10
|
-
fi
|
|
11
|
-
i="${XDG_CONFIG_HOME:-$HOME/.config}/husky/init.sh"
|
|
12
|
-
[ -f "$i" ] && . "$i"
|
|
13
|
-
|
|
14
|
-
[ "${HUSKY-}" = "0" ] && exit 0
|
|
15
|
-
|
|
16
|
-
export PATH="node_modules/.bin:$PATH"
|
|
17
|
-
sh -e "$s" "$@"
|
|
18
|
-
c=$?
|
|
19
|
-
|
|
20
|
-
[ $c != 0 ] && echo "husky - $n script failed (code $c)"
|
|
21
|
-
[ $c = 127 ] && echo "husky - command not found in PATH=$PATH"
|
|
22
|
-
exit $c
|
package/.husky/_/husky.sh
DELETED
package/.husky/_/post-applypatch
DELETED
package/.husky/_/post-checkout
DELETED
package/.husky/_/post-commit
DELETED
package/.husky/_/post-merge
DELETED
package/.husky/_/post-rewrite
DELETED
package/.husky/_/pre-applypatch
DELETED
package/.husky/_/pre-auto-gc
DELETED
package/.husky/_/pre-commit
DELETED
package/.husky/_/pre-push
DELETED
package/.husky/_/pre-rebase
DELETED
package/cocoa_plugins/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>SchemeUserState</key>
|
|
6
|
-
<dict>
|
|
7
|
-
<key>ReactNativeToolkit.xcscheme_^#shared#^_</key>
|
|
8
|
-
<dict>
|
|
9
|
-
<key>orderHint</key>
|
|
10
|
-
<integer>0</integer>
|
|
11
|
-
</dict>
|
|
12
|
-
</dict>
|
|
13
|
-
</dict>
|
|
14
|
-
</plist>
|
package/src/.DS_Store
DELETED
|
Binary file
|