Skip to content

Commit

Permalink
fix: update dependencies (#245)
Browse files Browse the repository at this point in the history
* chore: update some dependencies
* chore: add yarn.lock, update gitignore
* chore: update xo, fix or add rules
* chore: remove orphaned jshint file
* chore: cleanup package.json, add correct version
* chore: update dependencies
* build: update devDependencies
* chore: update npmignore
* build: use node >= 6
* chore: update dependencies, decrease semantic-release
* build: fix linting with node >=6
* build: update devDependencies
* build: update dependencies
* build: fix travis build
* build: update dependencies, revert version "fix" :-)
  • Loading branch information
rejas authored and joakimbeng committed Nov 15, 2018
1 parent 831d4b0 commit ff8f9b0
Show file tree
Hide file tree
Showing 12 changed files with 9,754 additions and 88 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
node_modules/
temp/
npm-debug.log
yarn-error.log
21 changes: 0 additions & 21 deletions .jshintrc

This file was deleted.

1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*
.idea
src/inject/expected/
src/inject/fixtures/
src/inject/*_test.js
Expand Down
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '10'
- '8'
- '6'
- '4'
env:
- BUILD_LEADER_ID=4
branches:
Expand All @@ -24,4 +21,3 @@ jobs:
- test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false"
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- npm run semantic-release

Loading

0 comments on commit ff8f9b0

Please sign in to comment.