@heymarco/sass-string
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "@heymarco/sass-string", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "A sass utility for manipulating strings.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "sass --load-path=node_modules test.scss:test.css --no-source-map", | ||
"watch": "sass --load-path=node_modules src:dist --style compressed --watch", | ||
"build": "sass --load-path=node_modules src:dist --style compressed", | ||
"publish": "npm publish --access public" | ||
}, | ||
@@ -25,3 +28,6 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/heyymarco/sass-string#readme" | ||
"homepage": "https://github.com/heyymarco/sass-string#readme", | ||
"devDependencies": { | ||
"sass": "^1.32.4" | ||
} | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2383
0
1