2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-08-24 17:42:44 -06:00

Attempt at automatic publish on NPM

* Changed SimpleMDE to EasyMDE in contributing guidelines
* Added to the SimpleMDE / EasyMDE diff in the README
This commit is contained in:
Jeroen Akkerman 2018-05-17 23:24:53 +02:00
parent 23b96e5952
commit fb5d8619bd
3 changed files with 19 additions and 1 deletions

View File

@ -7,4 +7,4 @@ First of all, thanks for your interest in helping make EasyMDE even better. Cont
- If you really want to earn some brownie points, create a JSFiddle that demonstrates your code changes. Seriously, this helps immensely and allows one or multiple people to easily provide feedback on the great work you've done. - If you really want to earn some brownie points, create a JSFiddle that demonstrates your code changes. Seriously, this helps immensely and allows one or multiple people to easily provide feedback on the great work you've done.
- When creating the JSFiddle, keep in mind that you can use http://rawgit.com for your files. - When creating the JSFiddle, keep in mind that you can use http://rawgit.com for your files.
- Do your best to fully test your changes. Anticipate edge-case behavior. - Do your best to fully test your changes. Anticipate edge-case behavior.
- Try to keep your codebase that you're making changes to as up-to-date as possible with the origin. SimpleMDE creates new releases frequently, so it's easy to fall behind if you've been working on something new for a while. - Try to keep your codebase that you're making changes to as up-to-date as possible with the origin. EasyMDE creates new releases frequently, so it's easy to fall behind if you've been working on something new for a while.

View File

@ -6,3 +6,20 @@ node_js:
before_script: before_script:
- npm install -g gulp - npm install -g gulp
script: gulp script: gulp
deploy:
- provider: npm
email: info@saturnserver.org
api_key:
secure: 2AZL4M/KA9S4x+0DFElnSZfzeT7yojL31R8gqTGro5cZe/Ebfg/PSI4rePGSRp+KwspSy01bdftwkXNTLGIVmUSxX8r4NZd4EDhiQI3t9omr6jLDbEP+GK50gyzde4wDmMuZc7H6RlvZTEyrT4OS1Xa4jKzwbNjlL6XTdKu+RTJ3cdRD11n9GwC0pMyjKfTAvxFdHue9uOPHXOZr2rC3wMPVbeg1D4WxGy/cfCmfjzHDBTORyu6Hyufi/MS51uMg7X9iJfiFbVZEdmb0I2y3IHonKu5+H+VVQXTnbG1TPId2r8clkyUsWScMD9mX4/1fruQ1ybi3sspS01dAqZ1sJC8q0y1tFCfPKKzJS5B9jsnXLtTV98vdEoV5S5dpLWRaTpazxSLS748fHk3l6gYK9fnISX+F6AOqZ96iPYokCzjImTfwV/rGoH3gXVC5Gpyz9lqxL4SUQ3vS60+gOan/hD0hnWWvuHPDK2Ym1cyu3Hlc4jmQBlnLEzqCvLvKaYlD7FCeSZWTh/q0YySvMYeIg5u9Mzd6kHuUhz7y/1trUNNZqRBpjQ1s+iRNxLp+xhXS7VY5BO5sgtEw0Ytc1m3dzI4y0iPwEyHeDhe2G8SVxeODvNpJToREYFJ3BhkygWfXXumZS5PwMTJgBJNQlY9kAsng/kFHudaLzyDbq01F+2I=
on:
tags: true
branch: master
repo: Ionaru/easy-markdown-editor
- provider: npm
email: info@saturnserver.org
api_key:
secure: 2AZL4M/KA9S4x+0DFElnSZfzeT7yojL31R8gqTGro5cZe/Ebfg/PSI4rePGSRp+KwspSy01bdftwkXNTLGIVmUSxX8r4NZd4EDhiQI3t9omr6jLDbEP+GK50gyzde4wDmMuZc7H6RlvZTEyrT4OS1Xa4jKzwbNjlL6XTdKu+RTJ3cdRD11n9GwC0pMyjKfTAvxFdHue9uOPHXOZr2rC3wMPVbeg1D4WxGy/cfCmfjzHDBTORyu6Hyufi/MS51uMg7X9iJfiFbVZEdmb0I2y3IHonKu5+H+VVQXTnbG1TPId2r8clkyUsWScMD9mX4/1fruQ1ybi3sspS01dAqZ1sJC8q0y1tFCfPKKzJS5B9jsnXLtTV98vdEoV5S5dpLWRaTpazxSLS748fHk3l6gYK9fnISX+F6AOqZ96iPYokCzjImTfwV/rGoH3gXVC5Gpyz9lqxL4SUQ3vS60+gOan/hD0hnWWvuHPDK2Ym1cyu3Hlc4jmQBlnLEzqCvLvKaYlD7FCeSZWTh/q0YySvMYeIg5u9Mzd6kHuUhz7y/1trUNNZqRBpjQ1s+iRNxLp+xhXS7VY5BO5sgtEw0Ytc1m3dzI4y0iPwEyHeDhe2G8SVxeODvNpJToREYFJ3BhkygWfXXumZS5PwMTJgBJNQlY9kAsng/kFHudaLzyDbq01F+2I=
tag: next
on:
branch: development
repo: Ionaru/easy-markdown-editor

View File

@ -10,6 +10,7 @@ Changes include:
* Small styling changes * Small styling changes
* Support for Node 8 and beyond * Support for Node 8 and beyond
* Lots of refactored code * Lots of refactored code
* Links in preview will open in a new tab by default
My intention is to continue development on this project, improving it and keeping it alive. My intention is to continue development on this project, improving it and keeping it alive.