Skip to content

Commit 7b76e36

Browse files
committed
Merge pull request #40 from chentsulin/fix/react-native
Remove .npmignore and not include .babelrc in published files
2 parents 4244bf4 + 7e44c33 commit 7b76e36

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.0",
44
"description": "Thunk middleware for Redux.",
55
"main": "lib/index.js",
6+
"files": [
7+
"lib",
8+
"src"
9+
],
610
"scripts": {
711
"prepublish": "rimraf lib && babel src --out-dir lib",
812
"test": "mocha --compilers js:babel/register --reporter spec test/*.js"

0 commit comments

Comments
 (0)