Skip to content

Commit 7d6fee8

Browse files
meclavpodefr
authored andcommitted
Clean up .npmignore and formatting
1 parent cd98944 commit 7d6fee8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.npmignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
# Ignore everything
21
*
3-
.*
4-
# But the build files
52
!lib/**

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import {debounce} from 'lodash';
2+
import { debounce } from 'lodash';
33

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

0 commit comments

Comments
 (0)