diff --git a/.travis.yml b/.travis.yml index 0980f77..c0ce2cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,3 @@ node_js: before_script: - npm install -g gulp script: gulp -deploy: - provider: npm - email: support@sparksuite.com - api_key: - secure: nADZupyOhJAhTQgr5uOIydbDEjCTAj+3nGHW7ZBJUrVJcb0uR4pg8ngmwrUpvaCeNXgKPG9Uag75/mPcBre9ly2cigBIG9LHlxImlF8qi1jRJykcNRmBb9N2MJJj+zdAMwLaF5Ns+f2v3zt97qxovbEzunhXGcZeCaxc6y40nDM8OTyo0PESNBjQYqaNblt2gO2KHysrwFL8i4kCCKLa+HOBLu2iqgk/fYVqTmfhEeOiiwQ4lIXJeyPyzgb3OPhKCMV1FI5H0T48fRD0MPczt8ds3Daj1OjCbIZurQ7s1dcKwz1g6TKATN59HcMsSarW4lImrEeYmfQxz2F5NjKDRhnith5V0W2IssrkpDG9teTFQ20eQdl5cpnlGjgBvsjb8GhPLR44GvefyJL4+kJGI3O1KVq3/7wbmu/IXrvhtKHEQSdGL2PTqW8QxKasAoUCnk3LGZKN12g8bg0xDg2tvoCUk5Z3asHLRdCJpDbBq1h8QfZ4HV5VLYjr84xduOUZbEUtfMVAixPpJ4h1E3OXJ1wil97BlHjxOZ8JkkxJg5lgSUZ/O/QWwJokEAYXR9c+ouMoVokChAyleV77cRZ5qLn9zbnUxZtnKX8w0IUKeu95/z8QgiaRcERKVCpZvceo8Qw0Y+JoiEtno7Zg/nsrZGxsS6K/V3yg1QQmT3bjDHQ= - on: - tags: true - repo: sparksuite/simplemde-markdown-editor - branch: production diff --git a/LICENSE b/LICENSE index c3baaf1..da66b5a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) Copyright (c) 2015 Sparksuite, Inc. +Copyright (c) 2017 Jeroen Akkerman. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,4 +20,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/bower.json b/bower.json deleted file mode 100644 index 5f4ebf5..0000000 --- a/bower.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "simplemde", - "version": "1.11.2", - "homepage": "https://github.com/sparksuite/simplemde-markdown-editor", - "authors": [ - "Wes Cossick " - ], - "description": "A simple, beautiful, and embeddable JavaScript Markdown editor.", - "main": ["src/js/simplemde.js", "src/css/simplemde.css"], - "keywords": [ - "embeddable", - "markdown", - "editor", - "javascript", - "wysiwyg" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components" - ] -} diff --git a/package.json b/package.json index 3bb64c5..96e311e 100644 --- a/package.json +++ b/package.json @@ -7,18 +7,13 @@ "markdown", "editor", "javascript", - "wysiwyg" + "fontawesome" ], - "homepage": "https://github.com/sparksuite/simplemde-markdown-editor", "main": "./src/js/simplemde.js", "license": "MIT", - "company": "Sparksuite, Inc.", - "author": { - "name": "Wes Cossick", - "url": "http://www.WesCossick.com" - }, + "author": "Jeroen Akkerman", "bugs": { - "url": "https://github.com/sparksuite/simplemde-markdown-editor/issues" + "url": "https://github.com/ionaru/simplemde-markdown-editor/issues" }, "dependencies": { "codemirror": "^5.32.0", @@ -41,6 +36,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/sparksuite/simplemde-markdown-editor" + "url": "https://github.com/ionaru/simplemde-markdown-editor" } }