Skip to content

Commit ff8f9b0

Browse files
rejasjoakimbeng
authored andcommitted
fix: update dependencies (#245)
* 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" :-)
1 parent 831d4b0 commit ff8f9b0

File tree

12 files changed

+9754
-88
lines changed

12 files changed

+9754
-88
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.DS_Store
22
node_modules/
33
temp/
4+
npm-debug.log
5+
yarn-error.log

.jshintrc

Lines changed: 0 additions & 21 deletions
This file was deleted.

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.*
2+
.idea
23
src/inject/expected/
34
src/inject/fixtures/
45
src/inject/*_test.js

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
language: node_js
2-
cache:
3-
directories:
4-
- node_modules
52
notifications:
63
email: false
74
node_js:
5+
- '10'
86
- '8'
97
- '6'
10-
- '4'
118
env:
129
- BUILD_LEADER_ID=4
1310
branches:
@@ -24,4 +21,3 @@ jobs:
2421
- test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false"
2522
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
2623
- npm run semantic-release
27-

0 commit comments

Comments
 (0)