create-nteract-app
Advanced tools
Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "create-nteract-app", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "create an nteractive computing app!", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -75,6 +75,6 @@ import * as React from "react"; | ||
} | ||
); | ||
).filter(x => x.length !== 0); | ||
return ( | ||
<div className="omg"> | ||
<div className="presentational"> | ||
<Cell isSelected> | ||
@@ -97,7 +97,2 @@ <Input> | ||
</Cell> | ||
<style>{` | ||
.omg { | ||
text-align: left | ||
} | ||
`}</style> | ||
</div> | ||
@@ -109,3 +104,4 @@ ); | ||
PresentationCell.defaultProps = { | ||
children: "" | ||
children: "", | ||
kernel: null | ||
}; |
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
207253
653