Skip to content

Commit

Permalink
Remove asset build from release, update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephsekla committed Mar 13, 2024
1 parent 7a1b2fd commit 8b856bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.log
/.idea/
/.vscode/
/dist/index.asset.php
/dist/
/node_modules/
/vendor/
/dist/
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
/.nvmrc
/babel.config.js
/webpack.config.js
/dist/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Human Made",
"url": "https://humanmade.com"
},
"main": "dist/index.js",
"main": "src/index.js",
"repository": "github:humanmade/block-editor-components",
"scripts": {
"build": "webpack",
Expand Down

0 comments on commit 8b856bc

Please sign in to comment.