Skip to content

Commit

Permalink
Added version number to package.json
Browse files Browse the repository at this point in the history
### Description

Catapult (the internal tool we use to release Firebase JavaScript libraries) now works without the `0.0.0` version placeholder in the `package.json` file. So, we can finally add the actual version numbers back into this file.

### Code sample

N/A
  • Loading branch information
Jacob Wenger committed Feb 22, 2017
1 parent 403f261 commit 01151b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "firebase-tools",
"version": "0.0.0",
"version": "3.3.0",
"description": "Command-Line Interface for Firebase",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 01151b7

Please sign in to comment.