@tamagui/build
Advanced tools
Comparing version 1.0.0-alpha.58 to 1.0.0-alpha.64
{ | ||
"name": "@tamagui/build", | ||
"version": "1.0.0-alpha.58", | ||
"version": "1.0.0-alpha.64", | ||
"bin": { | ||
@@ -26,3 +26,3 @@ "tamagui-build": "tamagui-build.js" | ||
}, | ||
"gitHead": "d0ee3344565501e50d5a1bc2ea85ea542bb71955" | ||
"gitHead": "9363f43117f9504de9bd4949ca210cd1ebbf753b" | ||
} |
@@ -23,3 +23,3 @@ #!/usr/bin/env node | ||
async function build() { | ||
console.log('🥚', pkg.name) | ||
console.log('»', pkg.name) | ||
const x = Date.now() | ||
@@ -26,0 +26,0 @@ let files = (await fg(['src/**/*.ts', 'src/**/*.tsx', 'src/**/*.css'])).filter( |
Sorry, the diff of this file is not supported yet
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
8020