Skip to content

Commit 50fdc88

Browse files
committed
Updated the name of npm
1 parent e867e18 commit 50fdc88

File tree

2 files changed

+20
-34
lines changed

2 files changed

+20
-34
lines changed

ios/Firestack/Firestack.h

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@
44
// Copyright © 2016 Facebook. All rights reserved.
55
//
66

7-
//#import "../../../../React/Base/RCTBridgeModule.h"
8-
//#import "../../../../React/Base/RCTEventDispatcher.h"
9-
//#import "../../../../React/Base/RCTUtils.h"
7+
#import <UIKit/UIKit.h>
8+
#import <Firebase.h>
109
#import "RCTBridgeModule.h"
1110
#import "RCTEventDispatcher.h"
12-
#import "RCTUtils.h"
13-
#import "Firebase.h"
14-
15-
@import Firebase;
1611

1712
@interface Firestack : NSObject <RCTBridgeModule> {
1813
FIRAuthStateDidChangeListenerHandle authListenerHandle;

package.json

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,35 @@
11
{
2-
"name": "Firestack",
3-
"version": "0.0.5",
4-
"keywords": [
5-
"react-native",
6-
"react",
7-
"native",
8-
"firebase"
9-
],
2+
"name": "react-native-firestack",
3+
"version": "0.0.1",
4+
"author": "Ari Lerner <ari@fullstack.io> (https://fullstackreact.com)",
5+
"description": "A firebase v3 adapter",
6+
"private": true,
107
"main": "firestack",
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/fullstackreact/react-native-firestack.git"
14-
},
15-
"nativePackage": true,
168
"scripts": {
9+
"start": "node node_modules/react-native/local-cli/cli.js start",
1710
"compile": "babel --presets es2015,stage-0 -d . src/",
1811
"dev": "npm run compile -- --watch",
19-
"cocoapod:validate": "cd ios && pod lib lint --subspec=Lib --allow-warnings",
20-
"pod:install": "cd ios && pod install",
21-
"test": "eslint firestack.ios.js",
22-
"postinstall": "./scripts/postinstall.sh"
2312
},
24-
"author": "Ari Lerner <ari@fullstack.io> (https://fullstackreact.com)",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/fullstackreact/react-native-firestack.git"
16+
},
2517
"license": "ISC",
26-
"description": "A firebase v3 adapter",
18+
"keywords": [
19+
"react",
20+
"react-native",
21+
"react-native-firestack",
22+
"firestack",
23+
"firebase"
24+
],
2725
"peerDependencies": {
2826
"firebase": "3.x.x",
2927
"react": "*",
3028
"react-native": "*"
3129
},
3230
"devDependencies": {
33-
"babel": "^6.5.2",
34-
"babel-cli": "^6.10.1",
35-
"babel-eslint": "^6.0.4",
36-
"babel-preset-es2015": "^6.9.0",
37-
"babel-preset-stage-0": "^6.5.0",
38-
"eslint": "^2.9.0",
39-
"eslint-plugin-react": "^5.0.1",
4031
"firebase": "^3.0.5",
4132
"react": "^15.1.0",
42-
"react-native": "^0.27.2"
33+
"react-native": "0.27.2"
4334
}
4435
}

0 commit comments

Comments
 (0)