We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e50933 commit bdbc10aCopy full SHA for bdbc10a
package.json
@@ -2,7 +2,10 @@
2
"name": "@mojs/curve-editor",
3
"version": "1.7.0",
4
"description": "GUI for live easing/property curves editing",
5
- "main": "app/build/mojs-curve-editor.js",
+ "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",
9
"scripts": {
10
"start": "webpack",
11
"dev": "webpack-dev-server"
0 commit comments