Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit 4aa2f52

Browse files
committed
Update micro api version
1 parent cea2449 commit 4aa2f52

File tree

3 files changed

+5
-36
lines changed

3 files changed

+5
-36
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-commerce-js",
3-
"version": "1.1.1",
3+
"version": "1.1.3",
44
"description": "Netlify Commerce API client for JavaScript",
55
"main": "lib/index.js",
66
"scripts": {
@@ -17,5 +17,8 @@
1717
"babel-preset-es2015": "^6.6.0",
1818
"babelify": "^7.3.0",
1919
"uglify-js": "^2.6.2"
20+
},
21+
"dependencies": {
22+
"micro-api-client": "^1.1.0"
2023
}
2124
}

src/api.js

-34
This file was deleted.

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import API from "./api";
1+
import API from "micro-api-client";
22

33
const HTTPRegexp = /^http:\/\//;
44
const cartKey = "netlify.commerce.shopping-cart";

0 commit comments

Comments
 (0)