Skip to content

Tighten .npmignore ; use babel as transpiler #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 1, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Clean up .npmignore and formatting
  • Loading branch information
meclav committed Jul 31, 2017
commit 878e16d7f77c36be9e6d60e028dffb55c130752c
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