Skip to content

Commit 3a5f3c2

Browse files
committed
fix($forcedBump): set main from src back to dist
1 parent 4c7d1ca commit 3a5f3c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,8 @@ If what you want is full-on compilation `chunk` objects (and any information it
647647
648648
649649
## Contributing
650-
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.
650+
651+
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.
651652
652653
653654
## Tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webpack-flush-chunks",
33
"version": "0.0.0-placeholder",
44
"description": "flush webpack chunks for SSR from React Loadable or similar packages",
5-
"main": "src/flushChunks.js",
5+
"main": "dist/flushChunks.js",
66
"author": "James Gillmore <[email protected]>",
77
"license": "MIT",
88
"scripts": {

0 commit comments

Comments
 (0)