Skip to content

Commit

Permalink
- 4.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RIP21 committed May 7, 2020
1 parent 17d3135 commit 7141bce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 207 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-simplemde-editor",
"homepage": "http://www.benrlodge.com",
"repository": "https://github.com/RIP21/react-simplemde-editor",
"version": "4.1.0",
"version": "4.1.1",
"author": "Ben Lodge",
"contributors": [
{
Expand Down Expand Up @@ -44,7 +44,7 @@
"scripts": {
"prebuild:lib": "tsc",
"build:lib": "NODE_ENV=production babel src --out-dir lib --source-maps --extensions \".js\",\".jsx\",\".ts\",\".tsx\"",
"prepare": "npm run build:lib",
"prepare": "yarn build:lib",
"demo": "cd demo && yarn install && yarn start"
},
"babel": {
Expand Down
Loading

0 comments on commit 7141bce

Please sign in to comment.