Skip to content

Commit

Permalink
Merge pull request #18 from firebase/v1.0.2
Browse files Browse the repository at this point in the history
V1.0.2
  • Loading branch information
mikelehen committed May 20, 2014
2 parents 5d8b198 + f5f357d commit 949e7a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "firebase-tools",
"preferGlobal": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "The Firebase Command Line Tools",
"keywords": [
"firebase"
Expand Down Expand Up @@ -38,5 +38,9 @@
},
"bin": {
"firebase": "./bin/firebase"
}
},
"engines": {
"node": ">=0.10.0"
},
"engineStrict": true
}

0 comments on commit 949e7a5

Please sign in to comment.