terra-mixins
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "terra-mixins", | ||
"main": "lib/Mixins.scss", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "terra-mixins", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cerner/terra-ui.git" | ||
"url": "git+https://github.com/cerner/terra-core.git" | ||
}, | ||
@@ -20,8 +20,8 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/cerner/terra-ui/issues" | ||
"url": "https://github.com/cerner/terra-core/issues" | ||
}, | ||
"homepage": "https://github.com/cerner/terra-ui#readme", | ||
"homepage": "https://github.com/cerner/terra-core#readme", | ||
"scripts": { | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile:clean": "rm -rf lib", | ||
"compile:clean": "$(cd ..; npm bin)/rimraf lib", | ||
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files", | ||
@@ -32,4 +32,6 @@ "lint": "npm run lint:scss", | ||
"release:minor": "npm test && node ../../scripts/release/release.js minor", | ||
"release:patch": "npm test && node ../../scripts/release/release.js patch" | ||
"release:patch": "npm test && node ../../scripts/release/release.js patch", | ||
"test": "npm run test:spec", | ||
"test:spec": "echo \"Warning: no test written\" && exit 0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # Terra Mixins | ||
[![NPM version](http://img.shields.io/npm/v/terra-mixins.svg)](https://www.npmjs.org/package/terra-mixins) | ||
[![Build Status](https://travis-ci.org/cerner/terra-ui.svg?branch=master)](https://travis-ci.org/cerner/terra-ui) | ||
[![Build Status](https://travis-ci.org/cerner/terra-core.svg?branch=master)](https://travis-ci.org/cerner/terra-core) | ||
@@ -11,3 +11,3 @@ The terra-mixins component supplies global mixins for use throughout the Terra ecosystem. | ||
- [Getting Started](#getting-started) | ||
- [Documentation](https://github.com/cerner/terra-ui/tree/master/packages/terra-mixins/docs) | ||
- [Documentation](https://github.com/cerner/terra-core/tree/master/packages/terra-mixins/docs) | ||
- [LICENSE](#license) | ||
@@ -14,0 +14,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
39991
10
2