Skip to content

Commit

Permalink
Fixed lint issues. Fixes #397
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshort committed Feb 3, 2016
1 parent c956f53 commit 0dad55b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
_book
dist
lib
npm-debug.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "hihat test/index.js -- --debug -t babelify -p tap-dev-tool",
"test:headless": "browserify test/index.js -t babelify | tape-run",
"test:browsers": "zuul -- ./test/index.js",
"test:lint": "standard src/*.js test/*.js | snazzy",
"test:lint": "standard src/**/*.js test/**/*.js | snazzy",
"docs:install": "gitbook install",
"docs:build": "npm run docs:install && gitbook build",
"docs:serve": "npm run docs:install && gitbook serve",
Expand Down
2 changes: 1 addition & 1 deletion src/dom/create.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import createNativeElement from '@f/create-element'
import {createPath, type} from '../element'
import {createPath} from '../element'
import {setAttribute} from './setAttribute'
import isUndefined from '@f/is-undefined'
import isString from '@f/is-string'
Expand Down

0 comments on commit 0dad55b

Please sign in to comment.