Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "shipit", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "This module allows you to connect to many shipping carriers like UPS and FedEx and download tracking data for your packages in a common schema", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -17,3 +17,3 @@ ## What is this? | ||
```coffeescript | ||
{UpsClient, FedexClient} = require 'shipit' | ||
{UpsClient, FedexClient, UspsClient} = require 'shipit' | ||
@@ -30,2 +30,6 @@ ups = new UpsClient | ||
meter: '99999999' | ||
usps = new UspsClient | ||
userId: '590XABCR3210' | ||
clientIp: '10.5.5.1' | ||
``` | ||
@@ -32,0 +36,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
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
38075
9
744
114