Skip to content

Commit 0d0f2d7

Browse files
committed
3.6.8
1 parent c37489e commit 0d0f2d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 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/benrlodge/react-simplemde-editor",
5-
"version": "3.6.7",
5+
"version": "3.6.8",
66
"author": "Ben Lodge",
77
"license": "MIT",
88
"dependencies": {
@@ -27,8 +27,8 @@
2727
"webpack-dev-server": "^1.12.1"
2828
},
2929
"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"
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"
3333
}
3434
}

0 commit comments

Comments
 (0)