@heymarco/sass-string
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@heymarco/sass-string", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A sass utility for manipulating strings.", | ||
@@ -8,4 +8,3 @@ "scripts": { | ||
"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" | ||
"build": "sass --load-path=node_modules src:dist --style compressed" | ||
}, | ||
@@ -12,0 +11,0 @@ "repository": { |
2337