Skip to content

Commit

Permalink
Remove ./ prefix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 14, 2021
1 parent a76aa57 commit e46e8e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions block.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"textdomain": "sb-post-edit-block",
"editorScript": "file:./build/index.js",
"editorStyle": "file:./build/index.css",
"style": "file:./build/style-index.css"
"editorScript": "file:build/index.js",
"editorStyle": "file:build/index.css",
"style": "file:build/style-index.css"
}

0 comments on commit e46e8e1

Please sign in to comment.