Skip to content

Commit

Permalink
Clean up .npmignore and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
meclav authored and podefr committed Aug 1, 2017
1 parent cd98944 commit 7d6fee8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# Ignore everything
*
.*
# But the build files
!lib/**
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import {debounce} from 'lodash';
import { debounce } from 'lodash';

module.exports = function debounceRender(ComponentToDebounce, ...debounceArgs) {
return class DebouncedContainer extends Component {
Expand Down

0 comments on commit 7d6fee8

Please sign in to comment.