terra-props-table
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -7,2 +7,7 @@ Changelog | ||
2.7.0 - (May 23, 2018) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
2.6.0 - (May 2, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -12,3 +12,3 @@ # Dependency Information | ||
| react-docgen | ^2.15.0 | -- | A CLI and toolkit to extract information from React components for documentation generation. | | ||
| terra-markdown | ^2.5.0 | ^16.2.0 | terra-markdown | | ||
| terra-markdown | ^2.6.0 | ^16.2.0 | terra-markdown | | ||
@@ -15,0 +15,0 @@ ## peerDependencies |
{ | ||
"name": "terra-props-table", | ||
"main": "lib/PropsTable.js", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "terra-props-table", | ||
@@ -46,6 +46,6 @@ "repository": { | ||
"lint:scss": "stylelint src/**/*.scss", | ||
"test": "npm run test:jest && npm run test:nightwatch", | ||
"test": "npm run test:jest && npm run test:wdio", | ||
"test:jest": "jest ./tests/jest/* --config ../../jestconfig.json", | ||
"test:nightwatch": "nightwatch -c ../../nightwatch.conf.js" | ||
"test:wdio": "../../node_modules/.bin/wdio ../../wdio.conf.js" | ||
} | ||
} |
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
47148
735