Update gulp and dist

patch-ionaru
Wes Cossick 9 years ago
parent 60705ad0cc
commit 927879853f

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -7,6 +7,7 @@ var gulp = require('gulp'),
var banner = ['/**',
' * <%= pkg.name %> v<%= pkg.version %>',
' * Copyright <%= pkg.company %>',
' * @link <%= pkg.homepage %>',
' * @license <%= pkg.license %>',
' */',

@ -1,9 +1,19 @@
{
"name": "SimpleMDE",
"main": "gulpfile.js",
"name": "simplemde",
"version": "1.5.1",
"description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.",
"keywords": ["embeddable", "markdown", "editor", "javascript", "wysiwyg"],
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"license": "MIT license",
"main": "gulpfile.js",
"license": "MIT",
"company": "Next Step Webs, Inc.",
"author": {
"name": "Wes Cossick",
"url": "http://www.WesCossick.com"
},
"bugs": {
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
},
"dependencies": {
"gulp": "*",
"gulp-minify-css": "*",

Loading…
Cancel
Save