2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-30 22:51:01 -06:00

Rebuilt dist JS & don't use npx yet in travis.yml

This commit is contained in:
Jeroen Akkerman 2019-02-19 00:26:04 +01:00
parent 4bea687682
commit aa7a5f041d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ node_js:
- '8' # EOL: December 2019
- '6' # EOL: April 2019
script:
- npx gulp
- npm run prepare
- npm run test:types
before_deploy:
- if [ "$TRAVIS_BRANCH" = master ] && [ "$TRAVIS_PULL_REQUEST" = false ]; then npm version prerelease --no-git-tag-version --preid "$TRAVIS_BUILD_NUMBER"; fi

2
dist/easymde.min.js vendored

File diff suppressed because one or more lines are too long