@chameleon-ds/card-image
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@chameleon-ds/card-image", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Chameleon card image", | ||
@@ -12,14 +12,7 @@ "author": "Maritz Motivation Solutions, Inc.", | ||
}, | ||
"main": "chameleon-card-image.js", | ||
"module": "chameleon-card-image.js", | ||
"main": "dist/chameleon-card-image.js", | ||
"module": "dist/chameleon-card-image.js", | ||
"files": [ | ||
"/src/", | ||
"/chameleon-card-image-style.d.ts", | ||
"/chameleon-card-image-style.d.ts.map", | ||
"/chameleon-card-image-style.js", | ||
"/chameleon-card-image-style.js.map", | ||
"/chameleon-card-image.d.ts", | ||
"/chameleon-card-image.d.ts.map", | ||
"/chameleon-card-image.js", | ||
"/chameleon-card-image.js.map" | ||
"/dist/" | ||
], | ||
@@ -39,3 +32,3 @@ "scripts": { | ||
}, | ||
"gitHead": "1e3d0c1901688015d5e3461487dfe47a4dd5db7d" | ||
"gitHead": "780527b55c33eaf579d8b23ab5a9b33b77b33eb1" | ||
} |
7449