Comparing version 0.2.0 to 0.2.1
@@ -6,3 +6,3 @@ { | ||
"repository": "git://github.com/edinella/beat.git", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
@@ -9,0 +9,0 @@ "main": "lib/beat.js", |
@@ -78,6 +78,4 @@ # beat | ||
```js | ||
myServer.factory('port', function(){ | ||
var port = 80; | ||
// some logic here | ||
return port; | ||
myServer.run(function(server, port){ | ||
server.listen(port); | ||
}); | ||
@@ -93,3 +91,3 @@ ``` | ||
**load(beatInstance)**: import properies and factories from an Beat instance | ||
**load(beatInstance)**: import properties and factories from an Beat instance | ||
@@ -106,3 +104,3 @@ Useful to bind different beats | ||
``` | ||
or in different files | ||
or at different files | ||
@@ -109,0 +107,0 @@ ```js |
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
13626
142