Skip to content

Commit bdbc10a

Browse files
Use UMD as main version for unpkg
1 parent 2e50933 commit bdbc10a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@mojs/curve-editor",
33
"version": "1.7.0",
44
"description": "GUI for live easing/property curves editing",
5-
"main": "app/build/mojs-curve-editor.js",
5+
"source": "app/js/app.babel.jsx",
6+
"main": "app/build/mojs-curve-editor.min.js",
7+
"browser": "app/build/mojs-curve-editor.min.js",
8+
"unpkg": "app/build/mojs-curve-editor.min.js",
69
"scripts": {
710
"start": "webpack",
811
"dev": "webpack-dev-server"

0 commit comments

Comments
 (0)