Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Dec 6, 2018
1 parent bbf8dc2 commit c332376
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 112 deletions.
1 change: 0 additions & 1 deletion app/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default class Home extends React.Component {

return (
<div id="simple-markdown" className={"sn-component " + this.state.platform}>

<div id="header">
<div className="segmented-buttons-container">
<div className="buttons">
Expand Down
1 change: 0 additions & 1 deletion app/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ $border-color: rgb(228, 228, 228);
border: 1px solid var(--sn-component-inner-border-color);
border-radius: 0;


.label {

}
Expand Down
130 changes: 24 additions & 106 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-simple-markdown-editor",
"version": "1.1.10",
"version": "1.2.0",
"main": "dist/dist.js",
"scripts": {
"lint": "eslint --cache --ignore-path .gitignore --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .",
Expand Down Expand Up @@ -43,11 +43,11 @@
"markdown-it-task-lists": "^2.1.0",
"node-sass": "^4.9.3",
"open-browser-webpack-plugin": "0.0.3",
"react": "15.x",
"react-dom": "15.x",
"react": "16.x",
"react-dom": "16.x",
"sass-loader": "^6.0.6",
"sn-components-api": "1.1.11",
"sn-stylekit": "file:~/Desktop/sn/dev/StyleKit",
"sn-stylekit": "1.1.7",
"sortablejs": "^1.7.0",
"style-loader": "~0.13.1",
"validate-commit-msg": "2.x",
Expand Down

0 comments on commit c332376

Please sign in to comment.