Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,4 @@ | ||
### 0.1.1 | ||
- Using index.js as main in package.json. This is a standard in npm | ||
- Updated package.json to work with npm >= 0.3 | ||
### 0.1.0 | ||
@@ -2,0 +5,0 @@ - Can create anonymous gist |
@@ -1,9 +0,10 @@ | ||
{ name : "gist" | ||
, description : "Gist api client for node.js" | ||
, keywords : [ "gist", "github", "api", "package.json" ] | ||
, version : "0.1.0" | ||
, author : "Emerson Macedo <emerleite@gmail.com>" | ||
, repository : { type: "git" | ||
, url: "git://github.com/emerleite/node-gist.git" } | ||
, engines : { node : ">=0.4.0" } | ||
{ "name" : "gist" | ||
, "description" : "Gist api client for node.js" | ||
, "keywords" : [ "gist", "github", "api", "package.json" ] | ||
, "version" : "0.1.1" | ||
, "author" : "Emerson Macedo <emerleite@gmail.com>" | ||
, "repository" : { "type" : "git" | ||
, "url" : "git://github.com/emerleite/node-gist.git" } | ||
, "main" : "index" | ||
, "engines" : { "node" : ">=0.4.0" } | ||
} |
@@ -20,7 +20,8 @@ Node.js Gist client | ||
------ | ||
> var gist = require('gist'); | ||
> gist.create('your gist content', function (url) { | ||
> console.log(url); //prints created gist url | ||
> }); | ||
var gist = require('gist'); | ||
gist.create('your gist content', function (url) { | ||
console.log(url); //prints created gist url | ||
}); | ||
Running tests | ||
@@ -27,0 +28,0 @@ ------------- |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Invalid manifest file
QualityPackage has an invalid manifest file and can cause installation problems if you try to use it.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
4862
8
0
75
0
69
2
2