package.json in blacklight-8.0.0.beta5 vs package.json in blacklight-8.0.0.beta6

- old
+ new

@@ -1,27 +1,30 @@ { "name": "blacklight-frontend", - "version": "8.0.0-beta.5", + "version": "8.0.0-beta.6", "description": "[![Build Status](https://travis-ci.com/projectblacklight/blacklight.png?branch=main)](https://travis-ci.com/projectblacklight/blacklight) [![Gem Version](https://badge.fury.io/rb/blacklight.png)](http://badge.fury.io/rb/blacklight) [![Coverage Status](https://coveralls.io/repos/github/projectblacklight/blacklight/badge.svg?branch=main)](https://coveralls.io/github/projectblacklight/blacklight?branch=main)", "main": "app/assets/javascripts/blacklight", + "module": "app/assets/javascripts/blacklight/blacklight.esm.js", "scripts": { - "js-compile-bundle": "rollup --config rollup.config.js --sourcemap && ESM=true rollup --config rollup.config.js --sourcemap" + "prepare": "rollup --config rollup.config.js --sourcemap && ESM=true rollup --config rollup.config.js --sourcemap" }, "repository": { "type": "git", "url": "git+https://github.com/projectblacklight/blacklight.git" }, "files": [ - "app/assets" + "app/assets", + "app/javascript" ], "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/projectblacklight/blacklight/issues" }, "homepage": "https://github.com/projectblacklight/blacklight#readme", "devDependencies": { - "rollup": "^2.60.0" + "rollup": "^2.60.0", + "rollup-plugin-includepaths": "^0.2.4" }, "browserslist": [ "defaults", "not IE 11" ],