domain-browser
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -23,4 +23,5 @@ /*global define:false require:false */ | ||
}; | ||
return d; | ||
}; | ||
return domain; | ||
}).call(this); |
{ | ||
"title": "Node's [domain module](http://nodejs.org/api/domain.html) for the web browser", | ||
"name": "domain-browser", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Note, this is merely an evented try...catch with the same API as node. Nothing more.", | ||
@@ -31,2 +31,3 @@ "homepage": "https://github.com/bevry/domain-browser", | ||
], | ||
"browsers": true, | ||
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)", | ||
@@ -55,4 +56,10 @@ "maintainers": [ | ||
"devDependencies": { | ||
"projectz": "~0.2.5" | ||
"projectz": "~0.3.2", | ||
"chai": "~1.8.1", | ||
"joe": "~1.3.2", | ||
"joe-reporter-console": "~1.2.1" | ||
}, | ||
"scripts": { | ||
"test": "node ./test.js" | ||
} | ||
} |
@@ -31,6 +31,11 @@ | ||
### [Node](http://nodejs.org/), [Browserify](http://browserify.org/) | ||
### [Node](http://nodejs.org/) | ||
- Use: `require('domain-browser')` | ||
- Install: `npm install --save domain-browser` | ||
### [Browserify](http://browserify.org/) | ||
- Use: `require('domain-browser')` | ||
- Install: `npm install --save domain-browser` | ||
- CDN URL: `//wzrd.in/bundle/domain-browser@1.1.1` | ||
### [Ender](http://ender.jit.su/) | ||
@@ -46,3 +51,3 @@ - Use: `require('domain-browser')` | ||
## History | ||
[Discover the change history by heading on over to the `History.md` file.](https://github.com/bevry/domain-browser/blob/master/History.md#files) | ||
[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/domain-browser/blob/master/HISTORY.md#files) | ||
@@ -74,5 +79,5 @@ <!-- /HISTORY --> | ||
- Benjamin Lupton <b@lupton.cc> (https://github.com/balupton) - [view contributions](https://github.com/bevry/domain-browser/commits?author=balupton) | ||
- [Benjamin Lupton](https://github.com/balupton) <b@lupton.cc> — [view contributions](https://github.com/bevry/domain-browser/commits?author=balupton) | ||
[Become a contributor!](https://github.com/bevry/domain-browser/blob/master/Contributing.md#files) | ||
[Become a contributor!](https://github.com/bevry/domain-browser/blob/master/CONTRIBUTING.md#files) | ||
@@ -79,0 +84,0 @@ <!-- /BACKERS --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7047
41
95
4