terra-markdown
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -7,2 +7,7 @@ Changelog | ||
1.2.0 - (August 1, 2017) | ||
------------------ | ||
### Changed | ||
* Added margin to body | ||
1.1.0 - (July 18, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -21,2 +21,4 @@ 'use strict'; | ||
require('./Markdown.scss'); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -30,5 +32,3 @@ | ||
}; | ||
// eslint-disable-next-line import/extensions | ||
var defaultProps = { | ||
@@ -35,0 +35,0 @@ src: '' |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "terra-markdown", | ||
@@ -36,4 +36,5 @@ "repository": { | ||
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files", | ||
"lint": "npm run lint:js", | ||
"lint": "npm run lint:js && npm run lint:scss", | ||
"lint:js": "$(cd ..; npm bin)/eslint --ext .js,.jsx . --ignore-path ../../.eslintignore", | ||
"lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss", | ||
"test": "npm run test:spec", | ||
@@ -40,0 +41,0 @@ "test:spec": "echo \"Warning: no test written\" && exit 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
16270
9
1