create-treble-app
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "create-treble-app", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
module.exports = { | ||
purge: ['./public/index.html', './src/**/*.{js,jsx,ts,tsx}'], | ||
mode: 'jit', | ||
variants: { | ||
presets: [require('@threekit-tools/treble/tailwind-presets')], | ||
variants: {}, | ||
theme: { | ||
extend: {}, | ||
}, | ||
theme: {}, | ||
plugins: [], | ||
}; |
@@ -29,5 +29,10 @@ const credentials = { | ||
const products = { | ||
ctx: require.context('./src/products', false, /.product.(jsx)$/), | ||
}; | ||
export default { | ||
credentials, | ||
playerConfig, | ||
products, | ||
}; |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
41581
36
758
10