diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a322851..be79a78 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. - 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. -- 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. diff --git a/.travis.yml b/.travis.yml index 3a25144..5d362ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,20 @@ node_js: before_script: - npm install -g 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 diff --git a/README.md b/README.md index a6114d1..8e607a0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Changes include: * Small styling changes * Support for Node 8 and beyond * 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.