tachyons-widths
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "tachyons-widths", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"style": "src/tachyons-widths.css", | ||
@@ -22,7 +22,13 @@ "description": "Performance based css module.", | ||
"devDependencies": { | ||
"tachyons-cli": "^0.3.3" | ||
"tachyons-cli": "^0.5.0", | ||
"watch": "^0.17.1" | ||
}, | ||
"scripts": { | ||
"start": "tachyons src/tachyons-widths.css > css/tachyons-widths.css && tachyons src/tachyons-widths.css --minify > css/tachyons-widths.min.css && tachyons src/tachyons-widths.css --generate-docs --package=../../package.json > readme.md" | ||
"start": "npm run build:watch", | ||
"build:css": "tachyons src/tachyons-widths.css > css/tachyons-widths.css", | ||
"build:minify": "tachyons src/tachyons-widths.css --minify > css/tachyons-widths.min.css", | ||
"build:docs": "tachyons src/tachyons-widths.css --generate-docs --package=../../package.json > readme.md", | ||
"build": "npm run build:css && npm run build:minify && npm run build:docs", | ||
"build:watch": "watch 'npm run build' ./src" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12719
0
2