@shopify/ui-extensions
Advanced tools
Comparing version 0.1.0-alpha.1 to 0.2.0-alpha.1
{ | ||
"name": "@shopify/ui-extensions", | ||
"version": "0.1.0-alpha.1", | ||
"version": "0.2.0-alpha.1", | ||
"main": "index.js", | ||
@@ -22,3 +22,3 @@ "module": "index.mjs", | ||
}, | ||
"gitHead": "968901f851c03d4a3e044503b4d7a6b6eb10fdee" | ||
"gitHead": "cd454b38b0a09b985902ba47479b22b480f7a585" | ||
} |
import {createPackage} from '@sewing-kit/config'; | ||
import {argoPackage} from '../../config/sewing-kit'; | ||
import {uiExtensionsPackage} from '../../config/sewing-kit'; | ||
export default createPackage((pkg) => { | ||
pkg.entry({root: './src/index'}); | ||
pkg.use(argoPackage()); | ||
pkg.use(uiExtensionsPackage()); | ||
}); |
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
110582