@littlemissrobot/sass-spacing
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "@littlemissrobot/sass-spacing", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Little Miss Robot spacing setup for defining spacing variables.", | ||
@@ -8,3 +8,4 @@ "main": "index.scss", | ||
"start": "sass tests.scss:dist/tests.css --watch --load-path=node_modules", | ||
"lint": "stylelint './lib/**/*.scss'" | ||
"lint": "stylelint './lib/**/*.scss'", | ||
"test": "sass tests.scss:dist/tests.css --load-path=node_modules" | ||
}, | ||
@@ -31,4 +32,4 @@ "repository": { | ||
"dependencies": { | ||
"@littlemissrobot/sass-functions": "^2.0.5", | ||
"sass": "1.32.2" | ||
"@littlemissrobot/sass-functions": "^2.0.6", | ||
"sass": "1.38.1" | ||
}, | ||
@@ -35,0 +36,0 @@ "devDependencies": { |
@@ -36,4 +36,17 @@ # Little Miss Robot - Sass spacing (DEV) | ||
## Publish to npm | ||
1. Change the version in the package.json to the wanted version number. | ||
Examples: | ||
**2.0.5 -> 2.0.6**: for a small patch. | ||
**2.0.5 -> 3.0.0**: for a breaking change. | ||
2. Run `npm install -g npm-check-updates && ncu -u "/^@littlemissrobot/.*$/" && npm install`. | ||
3. Push your changes to `master`. | ||
4. Manually run the `Publish to NPM` step in the pipelines when the automated steps have succesfully finished. | ||
## Contact | ||
- sebastien@littlemissrobot.com |
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
5709
53
- Removedsass@1.32.2(transitive)
Updatedsass@1.38.1