terra-mixins
Advanced tools
Comparing version 1.29.0 to 1.30.0
@@ -7,2 +7,10 @@ Changelog | ||
3.8.0 - (June 11, 2019) | ||
------------------ | ||
### Removed | ||
* Removed node_modules from .npmignore | ||
### Changed | ||
* Made required updates to consume terra-toolkit v5 and terra-dev-site v5 | ||
3.7.0 - (March 26, 2019) | ||
@@ -9,0 +17,0 @@ ------------------ |
{ | ||
"name": "terra-mixins", | ||
"main": "lib/Mixins.scss", | ||
"version": "1.29.0", | ||
"version": "1.30.0", | ||
"description": "The terra-mixins component supplies global mixins for use throughout the Terra ecosystem.", | ||
@@ -24,7 +24,6 @@ "repository": { | ||
"scripts": { | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile:clean": "rm -rf lib", | ||
"compile:build": "babel src --out-dir lib --copy-files", | ||
"compile": "babel --root-mode upward src --out-dir lib --copy-files", | ||
"lint": "npm run lint:scss", | ||
"lint:scss": "stylelint src/**/*.scss", | ||
"precompile": "rm -rf lib", | ||
"test": "npm run test:spec", | ||
@@ -31,0 +30,0 @@ "test:spec": "echo \"Warning: no test written\" && exit 0" |
@@ -5,3 +5,3 @@ # Terra Mixins | ||
[![NPM version](https://badgen.net/npm/v/terra-mixins)](https://www.npmjs.org/package/terra-mixins) | ||
[![Build Status](https://badgen.net/travis/cerner/terra-core)](https://travis-ci.org/cerner/terra-core) | ||
[![Build Status](https://badgen.net/travis/cerner/terra-core)](https://travis-ci.com/cerner/terra-core) | ||
@@ -8,0 +8,0 @@ The terra-mixins component supplies global mixins for use throughout the Terra ecosystem. |
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
46244