Skip to content

Commit 6e23162

Browse files
author
Simen Brekken
committed
Update published files and add missing dependency
1 parent b386490 commit 6e23162

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
coverage/
2+
lib/
23
node_modules/

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"url": "https://github.com/unfold/react-firebase.git"
1717
},
1818
"files": [
19-
"dist",
20-
"lib",
21-
"src"
19+
"lib"
2220
],
2321
"keywords": [
2422
"react",
@@ -32,6 +30,7 @@
3230
},
3331
"homepage": "https://github.com/unfold/react-firebase",
3432
"devDependencies": {
33+
"babel-cli": "6.6.5",
3534
"babel-eslint": "5.0.0",
3635
"babel-loader": "6.2.4",
3736
"eslint": "2.4.0",

0 commit comments

Comments
 (0)