We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b386490 + e6f1b3b commit 8499908Copy full SHA for 8499908
.gitignore
@@ -1,2 +1,3 @@
1
coverage/
2
+lib/
3
node_modules/
circle.yml
@@ -0,0 +1,12 @@
+machine:
+ node:
+ version: 5.9.1
4
+
5
+dependencies:
6
+ override:
7
+ - npm install --ignore-scripts
8
9
+test:
10
11
+ - npm run lint
12
+ - npm test
package.json
@@ -16,9 +16,7 @@
16
"url": "https://github.com/unfold/react-firebase.git"
17
},
18
"files": [
19
- "dist",
20
- "lib",
21
- "src"
+ "lib"
22
],
23
"keywords": [
24
"react",
@@ -32,6 +30,7 @@
32
30
33
31
"homepage": "https://github.com/unfold/react-firebase",
34
"devDependencies": {
+ "babel-cli": "6.6.5",
35
"babel-eslint": "5.0.0",
36
"babel-loader": "6.2.4",
37
"eslint": "2.4.0",
0 commit comments