terra-mixins
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -7,2 +7,7 @@ Changelog | ||
1.5.0 - (September 26, 2017) | ||
------------------ | ||
### Removed | ||
* Remove stylelint-disable selector-class-pattern | ||
1.4.0 - (September 19, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-mixins", | ||
"main": "lib/Mixins.scss", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "terra-mixins", | ||
@@ -25,6 +25,6 @@ "repository": { | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile:clean": "lerna exec --scope terra-mixins -- rimraf lib", | ||
"compile:build": "lerna exec --scope terra-mixins -- babel src --out-dir lib --copy-files", | ||
"compile:clean": "rimraf lib", | ||
"compile:build": "babel src --out-dir lib --copy-files", | ||
"lint": "npm run lint:scss", | ||
"lint:scss": "lerna exec --scope terra-mixins -- stylelint src/**/*.scss", | ||
"lint:scss": "stylelint src/**/*.scss", | ||
"test": "npm run test:spec", | ||
@@ -31,0 +31,0 @@ "test:spec": "echo \"Warning: no test written\" && exit 0" |
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
31659