terra-props-table
Advanced tools
Comparing version 2.8.0 to 2.9.0
@@ -7,2 +7,7 @@ Changelog | ||
2.8.0 - (May 30, 2018) | ||
------------------ | ||
### Changed | ||
* Updated structure to match terra-dev-site 1.0 and moved doc examples internal. | ||
2.7.0 - (May 23, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-props-table", | ||
"main": "lib/PropsTable.js", | ||
"version": "2.8.0", | ||
"version": "2.9.0", | ||
"description": "terra-props-table", | ||
@@ -37,3 +37,3 @@ "repository": { | ||
"react-docgen": "^2.15.0", | ||
"terra-markdown": "^2.6.0" | ||
"terra-markdown": "^2.7.0" | ||
}, | ||
@@ -49,4 +49,4 @@ "scripts": { | ||
"test:jest": "jest ./tests/jest/* --config ../../jestconfig.json", | ||
"test:wdio": "../../node_modules/.bin/wdio ../../wdio.conf.js" | ||
"test:wdio": "../../node_modules/.bin/wdio ../../node_modules/terra-dev-site/config/wdio/wdio.conf.js" | ||
} | ||
} |
@@ -7,3 +7,3 @@ /* global browser, Terra, before */ | ||
before(() => { | ||
browser.url('/#/raw/tests/props-table/mock-props-table'); | ||
browser.url('/#/raw/tests/terra-props-table/props-table-test/mock-props-table'); | ||
browser.setViewportSize(Terra.viewports('medium')[0]); | ||
@@ -46,3 +46,3 @@ }); | ||
before(() => { | ||
browser.url('/#/raw/tests/props-table/mock-props-table-with-title'); | ||
browser.url('/#/raw/tests/terra-props-table/props-table-test/mock-props-table-with-title'); | ||
browser.setViewportSize(Terra.viewports('medium')[0]); | ||
@@ -49,0 +49,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
51930
27
847
1
Updatedterra-markdown@^2.7.0