terra-mixins
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -7,2 +7,7 @@ Changelog | ||
1.4.0 - (September 19, 2017) | ||
------------------ | ||
### Changed | ||
* Minor version bump | ||
1.3.0 - (September 5, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-mixins", | ||
"main": "lib/Mixins.scss", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "terra-mixins", | ||
@@ -25,6 +25,6 @@ "repository": { | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile:clean": "$(cd ..; npm bin)/rimraf lib", | ||
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files", | ||
"compile:clean": "lerna exec --scope terra-mixins -- rimraf lib", | ||
"compile:build": "lerna exec --scope terra-mixins -- babel src --out-dir lib --copy-files", | ||
"lint": "npm run lint:scss", | ||
"lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss", | ||
"lint:scss": "lerna exec --scope terra-mixins -- stylelint src/**/*.scss", | ||
"test": "npm run test:spec", | ||
@@ -31,0 +31,0 @@ "test:spec": "echo \"Warning: no test written\" && exit 0" |
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
31701