Skip to content

Commit

Permalink
remove some dependencies & update travis temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Dec 13, 2017
1 parent 2e6774e commit 50ca316
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 205 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ lib
.vscode
.editorconfig
.eslintignore
__mocks__
__testfixtures__
*.test.js
*.input.js
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js

node_js:
- "4"
- "5"
- "6"
- "stable"

Expand Down
1 change: 1 addition & 0 deletions dist/utils/resolve-packages.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"use strict";

const path = require("path");

function mockPromise(value) {
Expand Down
Loading

0 comments on commit 50ca316

Please sign in to comment.