Skip to content

Commit

Permalink
Include lib folder when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
supasate committed Dec 12, 2016
1 parent d537bbf commit 450dab0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "connected-react-router",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "A redux-saga friendly react router",
"main": "lib/index.js",
"author": "Supasate Choochaisri",
"license": "MIT",
"files": [
"*.md",
"*.js"
"*.js",
"lib"
],
"scripts": {
"build:commonjs": "BABEL_ENV=commonjs babel src --out-dir lib",
Expand Down

0 comments on commit 450dab0

Please sign in to comment.