Skip to content

Commit 2176653

Browse files
committed
Added index.d.ts
1 parent 87e5b19 commit 2176653

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

index.android.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { Auth } from './lib/auth';
2-
export { Apex } from './lib/api/apex';
3-
export { IAuth, IUser, IWebAuth, IToken } from './lib/interfaces';
2+
export { Apex } from './lib/api/apex';
3+
export { IAuth, IUser, IWebAuth, IToken } from './lib/interfaces';

index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { Auth } from './lib/auth';
2-
export { Apex } from './lib/api/apex';
3-
export { IAuth, IUser, IWebAuth, IToken } from './lib/interfaces';
2+
export { Apex } from './lib/api/apex';
3+
export { IAuth, IUser, IWebAuth, IToken } from './lib/interfaces';

index.ios.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { Auth } from './lib/auth';
2-
export { Apex } from './lib/api/apex';
3-
export { IAuth, IUser, IWebAuth, IToken } from './lib/interfaces';
2+
export { Apex } from './lib/api/apex';
3+
export { IAuth, IUser, IWebAuth, IToken } from './lib/interfaces';

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"scripts": {
88
"build": "rm -rf lib && tsc -p .",
99
"prepair": "npm run build && cd sample && tns plugin remove nativescript-salesforce-sdk && tns plugin add ..",
10-
"ios": "npm run prepair && cd sample && tns run ios --emulator",
11-
"publish": "npm version patch && npm publish"
10+
"ios": "npm run prepair && cd sample && tns run ios --emulator"
1211
},
1312
"nativescript": {
1413
"platforms": {

0 commit comments

Comments
 (0)