We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37489e commit 0d0f2d7Copy full SHA for 0d0f2d7
package.json
@@ -2,7 +2,7 @@
2
"name": "react-simplemde-editor",
3
"homepage": "http://www.benrlodge.com",
4
"repository": "https://github.com/benrlodge/react-simplemde-editor",
5
- "version": "3.6.7",
+ "version": "3.6.8",
6
"author": "Ben Lodge",
7
"license": "MIT",
8
"dependencies": {
@@ -27,8 +27,8 @@
27
"webpack-dev-server": "^1.12.1"
28
},
29
"scripts": {
30
- "build": "webpack --progress --colors",
31
- "build-prod": "NODE_ENV=production webpack --progress --colors && gulp",
32
- "build-all" : "npm run build && npm run build-prod"
+ "build": "webpack --progress --colors",
+ "build-prod": "NODE_ENV=production webpack --progress --colors && gulp",
+ "build-all": "npm run build && npm run build-prod"
33
}
34
0 commit comments