terra-slide-panel
Advanced tools
Comparing version 3.11.0 to 3.12.0
@@ -7,2 +7,7 @@ Changelog | ||
3.12.0 - (August 14, 2019) | ||
------------------ | ||
### Changed | ||
* updated package.json test scripts | ||
3.11.0 - (July 30, 2019) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-slide-panel", | ||
"main": "lib/SlidePanel.js", | ||
"version": "3.11.0", | ||
"version": "3.12.0", | ||
"description": "The Terra SlidePanel component is a progressive disclosure mechanism that allows additional content to be shown and hidden in a variety of ways.", | ||
@@ -41,7 +41,7 @@ "repository": { | ||
"precompile": "rm -rf lib", | ||
"test": "npm run test:jest && npm run test:wdio", | ||
"test:jest": "jest --config ../../jestconfig.js", | ||
"test:wdio": "../../node_modules/.bin/wdio ../../node_modules/terra-dev-site/config/wdio/wdio.conf.js" | ||
"test": "npm run jest && npm run wdio", | ||
"jest": "jest --config ../../jestconfig.js", | ||
"wdio": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js" | ||
}, | ||
"gitHead": "f763d8f2d030d85d834554d5c2eca6f2917f2eac" | ||
"gitHead": "e1b264159c53e3eee057a0f26634410847d0b321" | ||
} |
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
102271
52
1524