Skip to content

Commit

Permalink
- Release 3.6.13 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
RIP21 committed Mar 23, 2018
1 parent 09e8edc commit 2e7f20c
Show file tree
Hide file tree
Showing 29 changed files with 831 additions and 91,934 deletions.
28 changes: 28 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"presets": [
"es2015-loose",
"stage-0",
"react"
],
"plugins": [
"transform-class-properties",
"transform-react-jsx",
"transform-runtime",
"transform-regenerator",
"add-module-exports"
],
"env": {
"build": {
"presets": [],
"plugins": []
},
"test": {
"presets": [],
"plugins": [
"syntax-async-functions",
"syntax-jsx",
"transform-react-constant-elements"
]
}
}
}
Empty file modified .editorconfig
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Ben Lodge
Copyright (c) 2017 Ben Lodge and Andrii Los

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ var SimpleMDE = require('react-simplemde-editor');

<SimpleMDE
id="your-custom-id"
label="Your label"
onChange={this.handleChange}
value={this.state.textValue}
options={{
Expand Down
39 changes: 0 additions & 39 deletions demo/gulpfile.js

This file was deleted.

21 changes: 0 additions & 21 deletions demo/webpack.config.js

This file was deleted.

Loading

0 comments on commit 2e7f20c

Please sign in to comment.