Comparing version 0.1.1 to 0.1.2
@@ -51,3 +51,2 @@ /* @flow */ | ||
function seedDependencies(obj) { | ||
console.log(obj) | ||
Object.keys(obj) | ||
@@ -54,0 +53,0 @@ .forEach(function(dependency) { |
{ | ||
"name": "backpat", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A simple tool for high-fiving your tech stack", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -40,2 +40,7 @@ # Backpat | ||
**Please note:** Github strongly limits unauthenticated API calls. If you get | ||
undefined for many or all of your dependencies' stars, the limit for the app | ||
has reached for the given hour. This is less than ideal and a solution is in | ||
the works. | ||
Also worth noting: it's all async – so don't worry if you've got kitchen- | ||
@@ -45,2 +50,3 @@ sink-grade dependencies. | ||
This is a nascent module that is bound to require some TLC. If you encounter | ||
any rough edges, please don't hesitate to drop me a line. | ||
any rough edges, please don't hesitate to drop me a line. Oh, and feel free to | ||
submit at PR. |
6062
7
50