terra-button
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "terra-button", | ||
"main": "lib/Button.js", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "The terra-button component provides users a way to trigger actions in the UI.", | ||
@@ -30,5 +30,2 @@ "repository": { | ||
"lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss", | ||
"release:major": "npm test && node ../../scripts/release/release.js major", | ||
"release:minor": "npm test && node ../../scripts/release/release.js minor", | ||
"release:patch": "npm test && node ../../scripts/release/release.js patch", | ||
"test": "npm run test:spec && npm run test:nightwatch-default", | ||
@@ -45,3 +42,3 @@ "test:spec": "$(cd ..; npm bin)/jest --config ../../jestconfig.json", | ||
"devDependencies": { | ||
"terra-toolkit": "^0.3.0" | ||
"terra-toolkit": "^0.3.1" | ||
}, | ||
@@ -51,4 +48,4 @@ "peerDependencies": { | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^0.4.0", | ||
"terra-mixins": "^1.1.0" | ||
"terra-base": "^0.4.1", | ||
"terra-mixins": "^1.1.1" | ||
}, | ||
@@ -58,5 +55,5 @@ "dependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-base": "^0.4.0", | ||
"terra-mixins": "^1.1.0" | ||
"terra-base": "^0.4.1", | ||
"terra-mixins": "^1.1.1" | ||
} | ||
} |
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
687187
Updatedterra-base@^0.4.1
Updatedterra-mixins@^1.1.1