Skip to content

Commit

Permalink
Merge pull request #114 from mrsteele/fix/resolvingSemanticRelease
Browse files Browse the repository at this point in the history
fix: Resolving eslint
  • Loading branch information
mrsteele committed Feb 27, 2018
2 parents 4a169fb + d3e6eb0 commit 2ae1724
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ cache:
notifications:
email: false
node_js:
- 'node'
- 'lts/*'
- '8'
- '7'
- '6'
- '5'
before_install:
- npm i -g npm@^2.0.0
install:
Expand All @@ -22,7 +22,7 @@ script:
- codecov
- codeclimate-test-reporter < coverage/lcov.info
after_success:
- semantic-release pre && npm publish && semantic-release post
- semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"webpack": "^1 || ^2 || ^3 || ^4"
},
"dependencies": {
"dotenv": "^5.0.0"
"dotenv": "^5.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "8.0.3",
"babel-eslint": "^8.2.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"esdoc": "^1.0.4",
"husky": "^0.14.3",
"mocha": "^5.0.0",
"mocha": "^5.0.1",
"nyc": "^11.3.0",
"rimraf": "^2.6.2",
"sinon": "^4.1.3",
"standard": "^10.0.3",
"sinon": "^4.4.2",
"standard": "^11.0.0",
"webpack": "^3.10.0"
},
"files": [
Expand All @@ -69,7 +69,7 @@
"browser": "browser.js",
"babel": {
"presets": [
"es2015"
"env"
],
"plugins": [
"transform-object-assign"
Expand Down

0 comments on commit 2ae1724

Please sign in to comment.