arc-plugin-lightningcss
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2
{ | ||
"name": "arc-plugin-lightningcss", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.2", | ||
"description": "Bundle a CSS entry file with Lightning CSS to the /public dir", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"release": "npx release-it", | ||
"rome": "npx rome ci .", | ||
@@ -27,7 +28,7 @@ "test": "npm run rome && tape test/**-test.*js | tap-arc" | ||
"devDependencies": { | ||
"@architect/inventory": "^3.3.4", | ||
"@architect/inventory": "^3.3.5", | ||
"@architect/sandbox": "^5.4.1", | ||
"rome": "^11.0.0", | ||
"tap-arc": "^0.3.5", | ||
"tape": "^5.6.1" | ||
"tape": "^5.6.3" | ||
}, | ||
@@ -34,0 +35,0 @@ "dependencies": { |
@@ -23,3 +23,2 @@ const { join } = require('node:path') | ||
const inv = await inventory({ rawArc: someArc, cwd: here }, null) | ||
t.ok(inv, 'ok') | ||
@@ -26,0 +25,0 @@ // start sandbox with inv |
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
16095
124