File tree 2 files changed +53
-1
lines changed
2 files changed +53
-1
lines changed Original file line number Diff line number Diff line change
1
+ # OS
2
+ .DS_Store
3
+
4
+ # Logs
5
+ logs
6
+ * .log
7
+ npm-debug.log *
8
+
9
+ # Runtime data
10
+ pids
11
+ * .pid
12
+ * .seed
13
+
14
+ # Directory for instrumented libs generated by jscoverage/JSCover
15
+ lib-cov
16
+
17
+ # Coverage directory used by tools like istanbul
18
+ coverage
19
+
20
+ # nyc test coverage
21
+ .nyc_output
22
+
23
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24
+ .grunt
25
+
26
+ # node-waf configuration
27
+ .lock-wscript
28
+
29
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
30
+ build /Release
31
+
32
+ # Dependency directories
33
+ node_modules
34
+ jspm_packages
35
+
36
+ # Optional npm cache directory
37
+ .npm
38
+
39
+ # Optional REPL history
40
+ .node_repl_history
41
+
42
+ # Android
43
+ * .iml
44
+ android /.idea /
45
+ android /gradle /wrapper /
46
+ android /build
47
+ android /gradlew
48
+ android /gradlew.bat
49
+ android /local.properties
50
+
51
+ # Don't add the example app to npm
52
+ ExampleApp
Original file line number Diff line number Diff line change 1
1
2
2
{
3
3
"name" : " react-native-linkedin-sdk" ,
4
- "version" : " 0.0.2 " ,
4
+ "version" : " 0.0.3 " ,
5
5
"description" : " React Native Wrapper for Latest LinkedIn Mobile SDK for Sign-In / Auth and API Access" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments