diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-03-13 09:36:04 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-03-13 09:36:04 -0400 |
commit | 46c1c7e3977fd9db99bc509cb6f3efcc2ed844f9 (patch) | |
tree | 659d89dfa8415fa6e386dedf850d4987136e3c21 | |
parent | 55dd15bc9248760e01dbadec03246c9ef3917159 (diff) |
Revert "0.2.0"
This reverts commit 55dd15bc9248760e01dbadec03246c9ef3917159.
-rw-r--r-- | package.json | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/package.json b/package.json index 0355d31..5388a38 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,18 @@ { - "name": "active911", - "version": "0.2.0", - "author": "Ben Burwell <hi@benburwell.com>", - "description": "A simple interface to Active911", - "tags": [ - "active911", - "cad" - ], - "main": "./active911.js", - "repository": { - "type": "git", - "url": "https://github.com/benburwell/active911.git" - }, - "bugs": { - "url": "https://github.com/benburwell/active911/issues" - }, - "engines": { - "node": ">=0.10" - } + "name": "active911", + "version": "0.1.1", + "author": "Ben Burwell <hi@benburwell.com>", + "description": "A simple interface to Active911", + "tags": [ "active911", "cad" ], + "main": "./active911.js", + "repository": { + "type": "git", + "url": "https://github.com/benburwell/active911.git" + }, + "bugs": { + "url": "https://github.com/benburwell/active911/issues" + }, + "engines": { + "node": ">=0.10" + } } |