gl-scss-styles
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "gl-scss-styles", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Common styles to be used on web applications.", | ||
@@ -10,2 +10,8 @@ "assets": "assets", | ||
], | ||
"scripts": { | ||
"build": "copyfiles -a -u2 src/assets/style/** assets", | ||
"clean": "shx rm -rf assets", | ||
"production": "npm run clean && npm run build", | ||
"publish": "npm run production && npm publish" | ||
}, | ||
"repository": { | ||
@@ -28,5 +34,5 @@ "type": "git", | ||
"homepage": "https://github.com/glaucioleonardo/gl-scss-styles#readme", | ||
"scripts": { | ||
"publish": "npm run production && clean-publish" | ||
"devDependencies": { | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
123953