Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Mar 20, 2017
1 parent b1fa588 commit a878cce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ cache:
directories:
- $HOME/.cache

before_script:
# yarn link/npm link doesn't work for some reason :(
- yarn add --dev eslint-config-wyze
before_install:
# Ensure npm 4 on Node 4
- '[ "${TRAVIS_NODE_VERSION}" != 4 ] || npm install -g npm@latest'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"main": "index.js",
"scripts": {
"lint": "eslint rules *.js",
"prelint": "npm link && npm link eslint-config-wyze",
"pretest": "npm run lint",
"test": "jest"
},
Expand Down Expand Up @@ -51,7 +52,6 @@
"babel-plugin-transform-inline-imports-commonjs": "^1.2.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-wyze": "file:./",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
Expand Down
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -763,9 +763,6 @@ eslint-config-airbnb@^14.1.0:
dependencies:
eslint-config-airbnb-base "^11.1.0"

"eslint-config-wyze@file:./":
version "5.0.0-beta.1"

eslint-import-resolver-node@^0.2.0:
version "0.2.3"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz#5add8106e8c928db2cba232bcd9efa846e3da16c"
Expand Down

0 comments on commit a878cce

Please sign in to comment.