datocms-plugin-commercelayer 0.0.8 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -6
- package/build/asset-manifest.json +13 -0
- package/build/index.html +1 -0
- package/build/robots.txt +3 -0
- package/build/static/css/main.aa1f469f.css +2 -0
- package/build/static/css/main.aa1f469f.css.map +1 -0
- package/build/static/js/main.f5c0d024.js +3 -0
- package/build/static/js/main.f5c0d024.js.LICENSE.txt +53 -0
- package/build/static/js/main.f5c0d024.js.map +1 -0
- package/docs/application.jpg +0 -0
- package/docs/cover.png +0 -0
- package/docs/credentials.jpg +0 -0
- package/docs/demo.mp4 +0 -0
- package/docs/settings.png +0 -0
- package/package.json +88 -89
- package/dist/bundle.js +0 -10
- package/dist/bundle.js.map +0 -1
- package/dist/index.html +0 -9
- package/docs/application.png +0 -0
- package/docs/credentials.png +0 -0
- package/docs/demo.gif +0 -0
package/dist/index.html
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8">
|
|
5
|
-
<title>Commerce Layer plugin</title>
|
|
6
|
-
<link href="https://unpkg.com/datocms-plugins-sdk@0.0.9/dist/sdk.css" rel="stylesheet"></head>
|
|
7
|
-
<body>
|
|
8
|
-
<script type="text/javascript" src="https://unpkg.com/datocms-plugins-sdk@0.0.9/dist/sdk.js"></script><script type="text/javascript" src="bundle.js"></script></body>
|
|
9
|
-
</html>
|
package/docs/application.png
DELETED
|
Binary file
|
package/docs/credentials.png
DELETED
|
Binary file
|
package/docs/demo.gif
DELETED
|
Binary file
|