Skip to content

Commit 44b43ff

Browse files
Use @mojs/core instead of mo-js
1 parent 11a0455 commit 44b43ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
}
6363
</style>
6464

65-
<script src="../node_modules/mo-js/build/mo.js" charset="utf-8"></script>
65+
<script src="../node_modules/@mojs/core/build/mo.js" charset="utf-8"></script>
6666
<script src="../node_modules/mojs-player/build/mojs-player.js" charset="utf-8"></script>
6767
<script src="build/mojs-curve-editor.js" charset="utf-8"></script>
6868

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"redux-undo": "^0.6.1"
4040
},
4141
"devDependencies": {
42+
"@mojs/core": "^0.265.7",
4243
"autoprefixer": "^6.3.7",
4344
"babel": "^6.5.2",
4445
"babel-core": "^6.11.4",
@@ -70,7 +71,6 @@
7071
"gulp-uglifyjs": "^0.6.2",
7172
"imagemin-pngquant": "^5.0.0",
7273
"json-loader": "^0.5.4",
73-
"mo-js": "^0.265.7",
7474
"mojs-player": "^0.43.15",
7575
"postcss-cssnext": "^2.7.0",
7676
"postcss-loader": "^0.9.1",

0 commit comments

Comments
 (0)