build: eslint-plugin-markdown@1.0.0

This commit is contained in:
Douglas Christopher Wilson
2019-07-06 18:52:56 -04:00
parent 9c0287c406
commit bda73e36c2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ before_install:
# Setup Node.js version-specific dependencies
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
- "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev $(grep -E '\"eslint\\S*\"' package.json | cut -d'\"' -f2)"
- "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 6 || npm rm --save-dev $(grep -E '\"eslint\\S*\"' package.json | cut -d'\"' -f2)"
# Update Node.js modules
- "test ! -d node_modules || npm prune"
+1 -1
View File
@@ -17,7 +17,7 @@
"devDependencies": {
"after": "0.8.2",
"eslint": "4.19.1",
"eslint-plugin-markdown": "1.0.0-beta.8",
"eslint-plugin-markdown": "1.0.0",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"