Skip to content

Commit 9253e54

Browse files
authored
Merge pull request #157 from pagesource/bugfix/fixed-internal-module-not-found
fixed internal module not found error
2 parents 2424c41 + 28e577c commit 9253e54

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changeset/smart-tigers-sip.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
---
3+
"create-universal-react": minor
4+
---
5+
6+
Remove previous package publish yml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"debug": "node index.js"
3333
},
3434
"files": [
35-
"src"
35+
"*"
3636
],
3737
"bugs": {
3838
"url": "https://github.com/pagesource/universal-react-v2/issues"

0 commit comments

Comments
 (0)