Skip to content

Commit

Permalink
fix($forcedBump): set main from src back to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
faceyspacey committed Jun 7, 2017
1 parent 4c7d1ca commit 3a5f3c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,8 @@ If what you want is full-on compilation `chunk` objects (and any information it
## Contributing
We use [commitizen](https://github.com/commitizen/cz-cli), so run `npm run cm` to make commits. A command-line form will appear, requiring you answer a few questions to automatically produce a nicely formatted commit. Releases, semantic version numbers, tags and changelogs will automatically be generated based on these commits thanks to [semantic-release](https://github.com/semantic-release/semantic-release). Be good.
We use [commitizen](https://github.com/commitizen/cz-cli), so run `npm run cm` to make commits. A command-line form will appear, requiring you answer a few questions to automatically produce a nicely formatted commit. Releases, semantic version numbers, tags, changelogs and publishing to NPM will automatically be handled based on these commits thanks to [semantic-release](https://github.com/semantic-release/semantic-release). Be good.
## Tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "webpack-flush-chunks",
"version": "0.0.0-placeholder",
"description": "flush webpack chunks for SSR from React Loadable or similar packages",
"main": "src/flushChunks.js",
"main": "dist/flushChunks.js",
"author": "James Gillmore <james@faceyspacey.com>",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 3a5f3c2

Please sign in to comment.