Skip to content

Commit 9818178

Browse files
committed
bump version and add .npmignore
1 parent 2924c34 commit 9818178

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

.npmignore

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"name": "react-native-linkedin-sdk",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "React Native Wrapper for Latest LinkedIn Mobile SDK for Sign-In / Auth and API Access",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)