Skip to content

Commit

Permalink
fix(deploy): Fix npmignore to include the root lib dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Jul 20, 2016
1 parent ce9c35e commit 5dab13f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .npmignore
@@ -1,16 +1,11 @@

#ignore all
/*
# add lib output
!/lib/**
# remove lib maps
/lib/**/*.map

!/docker/**

# root js files
!/*.js
!/*.d.ts
!/common/**
!/browser/**
!/server/**
!/index.*

# root docs
#!/README.md
Expand Down

0 comments on commit 5dab13f

Please sign in to comment.