Skip to content

Commit

Permalink
add style and sass entries to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Oct 11, 2019
1 parent f7654ae commit 3c86b8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
videojs-wavesurfer changelog
============================

2.11.0 - unreleased
-------------------

- Add `style` and `sass` entries to `package.json`
- Specify non-minified videojs-wavesurfer in `main` entry of `package.json`

2.10.0 - 2019/09/30
-------------------

- New `abort` event; triggeredd when wavesurfer.js fetch call is cancelled (#87)
- New `abort` event; triggered when wavesurfer.js fetch call is cancelled (#87)
- Bump required wavesurfer.js version to 3.1.0


Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
},
"homepage": "https://github.com/collab-project/videojs-wavesurfer",
"main": "dist/videojs.wavesurfer.js",
"style": "dist/css/videojs.wavesurfer.css",
"sass": "src/css/videojs.wavesurfer.scss",
"directories": {
"doc": "./docs",
"lib": "./src",
Expand Down

0 comments on commit 3c86b8b

Please sign in to comment.