@aztlan/swatch
Advanced tools
Comparing version 0.3.1 to 0.4.0
{ | ||
"name": "@aztlan/swatch", | ||
"author": "Adrian V.", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "", | ||
@@ -29,15 +29,15 @@ "repository": "github:AztlanEngineering/swatch", | ||
"css-mqpacker": "^7.0.0", | ||
"cssnano": "^5.0.0", | ||
"filesize": "^6.1.0", | ||
"cssnano": "^5.1.14", | ||
"filesize": "^10.0.6", | ||
"jsonlint": "^1.6.3", | ||
"postcss": "^8.2.9", | ||
"postcss-cli": "^8.3.1", | ||
"postcss-preset-env": "^6.7.0", | ||
"postcss-scss": "^3.0.5", | ||
"sass": "^1.32.8", | ||
"stylelint": "^13.12.0", | ||
"stylelint-config-palantir": "^5.0.0", | ||
"stylelint-scss": "^3.19.0" | ||
"postcss": "^8.4.21", | ||
"postcss-cli": "^10.1.0", | ||
"postcss-preset-env": "^8.0.1", | ||
"postcss-scss": "^4.0.6", | ||
"sass": "^1.57.1", | ||
"stylelint": "^14.16.1", | ||
"stylelint-config-palantir": "^6.0.1", | ||
"stylelint-scss": "^4.3.0" | ||
}, | ||
"dependencies": {} | ||
} |
#!/usr/bin/node | ||
let fs = require('fs') | ||
let filesize = require('filesize') | ||
let { filesize } = require('filesize') | ||
let targetFilename = process.argv[2] | ||
@@ -5,0 +5,0 @@ let stats = fs.statSync(`./${targetFilename}`) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
85683
22