Skip to content

Commit

Permalink
Whitelist files for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 19, 2016
1 parent f470709 commit 66ca600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,10 @@
"version": "1.1.0",
"description": "A resizable and movable dock for Redux DevTools monitors",
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"clean": "rimraf lib",
"build": "babel src --out-dir lib",
Expand Down

0 comments on commit 66ca600

Please sign in to comment.