shopify-node
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -9,3 +9,3 @@ function ShopifyConnect(params) { | ||
shop_name: '', | ||
scope: 'write_products,write_content,write_themes,write_customers,write_orders,write_script_tags,write_fulfillments,write_shipping', | ||
scope: 'read_products,read_content,read_themes,read_customers,read_orders,read_script_tags,read_fulfillments,read_shipping,write_products,write_content,write_themes,write_customers,write_orders,write_script_tags,write_fulfillments,write_shipping', | ||
id: '', | ||
@@ -12,0 +12,0 @@ secret: '', |
{ | ||
"name": "shopify-node", | ||
"description": "A NodeJS connector for Shopify OAuth2", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": { | ||
@@ -13,6 +13,2 @@ "name": "Nodejitsu Inc.", | ||
"email": "john@typefoo.com" | ||
}, | ||
{ | ||
"name": "jesusabdullah", | ||
"email": "josh@nodejitsu.com" | ||
} | ||
@@ -35,4 +31,4 @@ ], | ||
}, | ||
"_id": "shopify-node@0.1.1", | ||
"_id": "shopify-node@0.1.2", | ||
"_from": "shopify-node@" | ||
} |
Sorry, the diff of this file is not supported yet
4715
35