Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 0722426

Browse files
author
Chris Raynor
committed
Merge pull request #28 from firebase/firebase-2.x
v2.0.0
2 parents 459361a + 3bb43d5 commit 0722426

14 files changed

+2879
-57
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ node_modules
88
_site
99

1010
# Compiled
11-
build
11+
build
12+
13+
# Bower
14+
bower_components

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = function(grunt) {
5151
concat: {
5252
js: {
5353
src: [
54-
'src/js/libs/underscore-1.4.4.min.js',
54+
'src/js/libs/underscore-1.7.0.min.js',
5555
'compiled/templates.js',
5656
'src/js/shims.js',
5757
'src/js/firechat.js',

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firechat",
33
"description": "Firechat: Real-time Chat powered by Firebase",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"authors": [
66
"Firebase <[email protected]> (https://www.firebase.com/)"
77
],

0 commit comments

Comments
 (0)