+2
-1
@@ -6,3 +6,3 @@ 'use strict' | ||
| this.gun = gun | ||
| this.Gun = (typeof window !== 'undefined') ? window.Gun : Gun | ||
| this.Gun = (typeof window !== 'undefined') ? window.Gun : require('gun/gun') | ||
| if(!Gun){ | ||
@@ -144,1 +144,2 @@ let err = { | ||
| module.exports = Firearm | ||
+9
-5
| { | ||
| "name": "firearm", | ||
| "version": "0.0.11", | ||
| "version": "0.0.12", | ||
| "description": "Wrapper around [GunDB](https://github.com/amark/gun) to provide alternative syntax, promise support, utility modules, and easy Gun adapter events.", | ||
@@ -11,7 +11,11 @@ "main": "build/index.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| "build" : "cp src/* build/" | ||
| "build" : "cp src/* build/", | ||
| "prepublish" : "npm run build", | ||
| "commit" : "git add . ; git commit -m 'did I do that?'", | ||
| "push" : "npm run commit ; git push origin dev", | ||
| "pull" : "git pull origin dev" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/bugs181/firearm.git" | ||
| "url": "git+https://github.com/lopugit/firearm.git" | ||
| }, | ||
@@ -21,5 +25,5 @@ "author": "", | ||
| "bugs": { | ||
| "url": "https://github.com/bugs181/firearm/issues" | ||
| "url": "https://github.com/lopugit/firearm/issues" | ||
| }, | ||
| "homepage": "https://github.com/bugs181/firearm#readme" | ||
| "homepage": "https://github.com/lopugit/firearm#readme" | ||
| } |
+1
-1
@@ -160,2 +160,2 @@ # firearm | ||
| ## License: ## | ||
| [MIT](https://github.com/bugs181/firearm/blob/master/LICENSE) | ||
| [MIT](https://github.com/lopugit/firearm/blob/master/LICENSE) |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
No website
QualityPackage does not have a website.
13467
1.46%2
-33.33%2
-33.33%