Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed Dec 22, 2016
1 parent 619afc4 commit 8467dcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rules:
import/no-extraneous-dependencies: ## checks for missing modules in packages.json
- error
- devDependencies: ## declares files belonging to devDependencies
- "**/scripts/*.js"
- "**/*.test.js"

globals: # don't warn about missing declarations
Expand Down
2 changes: 0 additions & 2 deletions scripts/build-dist.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env node
/* eslint-disable import/no-extraneous-dependencies */

const builder = require('electron-builder');
const shell = require('shelljs');
const Q = require('bluebird');
Expand Down

0 comments on commit 8467dcb

Please sign in to comment.