Skip to content

Commit

Permalink
Ensured that construction.png is published to npm (#401)
Browse files Browse the repository at this point in the history
bugfix: Reverted the folder structure to that in v6.2.0. Added the images folder to the files key.

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 authored Feb 13, 2023
1 parent 63edc7e commit ddca650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes
5 changes: 3 additions & 2 deletions ember-welcome-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
"files": [
"addon-main.js",
"dist"
"dist",
"images"
],
"scripts": {
"build": "rollup --config",
Expand Down Expand Up @@ -91,7 +92,7 @@
"./components/welcome-page.js": "./dist/_app_/components/welcome-page.js"
},
"public-assets": {
"./src/images/construction.png": "/ember-welcome-page/images/construction.png"
"./images/construction.png": "/ember-welcome-page/images/construction.png"
}
}
}

0 comments on commit ddca650

Please sign in to comment.