terra-markdown
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -7,2 +7,7 @@ Changelog | ||
1.9.0 - (September 26, 2017) | ||
------------------ | ||
### Removed | ||
* Remove stylelint-disable selector-class-pattern | ||
1.8.0 - (September 19, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -14,2 +14,2 @@ # Dependency Information | ||
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. | | ||
| react-dom | ^15.4.2 | ^15.6.1 | React package for working with the DOM. | | ||
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. | |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "terra-markdown", | ||
@@ -34,12 +34,12 @@ "repository": { | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile:clean": "lerna exec --scope terra-markdown -- rimraf lib", | ||
"compile:build": "lerna exec --scope terra-markdown -- babel src --out-dir lib --copy-files", | ||
"compile:clean": "rimraf lib", | ||
"compile:build": "babel src --out-dir lib --copy-files", | ||
"lint": "npm run lint:js && npm run lint:scss", | ||
"lint:js": "lerna exec --scope terra-markdown -- eslint --ext .js,.jsx . --ignore-path ../../.eslintignore", | ||
"lint:scss": "lerna exec --scope terra-markdown -- stylelint src/**/*.scss", | ||
"lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore", | ||
"lint:scss": "stylelint src/**/*.scss", | ||
"props-table": "echo \"props-table is not used here to avoid cyclical package dependencies\"", | ||
"test": "npm run test:jest && npm run test:nightwatch", | ||
"test:jest": "lerna exec --scope terra-markdown -- jest ./tests/jest/* --config ../../jestconfig.json", | ||
"test:nightwatch": "lerna exec --scope terra-markdown -- nightwatch -c ../../nightwatch.conf.js" | ||
"test:jest": "jest ./tests/jest/* --config ../../jestconfig.json", | ||
"test:nightwatch": "nightwatch -c ../../nightwatch.conf.js" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
17670