Skip to content

Commit 7141bce

Browse files
committed
- 4.1.1 release
1 parent 17d3135 commit 7141bce

File tree

2 files changed

+14
-207
lines changed

2 files changed

+14
-207
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-simplemde-editor",
33
"homepage": "http://www.benrlodge.com",
44
"repository": "https://github.com/RIP21/react-simplemde-editor",
5-
"version": "4.1.0",
5+
"version": "4.1.1",
66
"author": "Ben Lodge",
77
"contributors": [
88
{
@@ -44,7 +44,7 @@
4444
"scripts": {
4545
"prebuild:lib": "tsc",
4646
"build:lib": "NODE_ENV=production babel src --out-dir lib --source-maps --extensions \".js\",\".jsx\",\".ts\",\".tsx\"",
47-
"prepare": "npm run build:lib",
47+
"prepare": "yarn build:lib",
4848
"demo": "cd demo && yarn install && yarn start"
4949
},
5050
"babel": {

0 commit comments

Comments
 (0)