create-repository
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
var ghauth = require('ghauth'); | ||
@@ -2,0 +4,0 @@ var GH = require('github'); |
{ | ||
"name": "create-repository", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "WIP", | ||
@@ -11,2 +11,5 @@ "dependencies": { | ||
"devDependencies": {}, | ||
"bin": { | ||
"create-repository": "index.js" | ||
}, | ||
"author": "Tobias Baunbæk <freeall@gmail.com>", | ||
@@ -13,0 +16,0 @@ "license": "MIT", |
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
3135
55