Skip to content

Commit 8b5cd5e

Browse files
Use @mojs/core instead of mo-js
1 parent e2f8ebb commit 8b5cd5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<br />
3131
<br />
3232

33-
<script src="node_modules/mo-js/build/mo.js"></script>
33+
<script src="node_modules/@mojs/core/build/mo.js"></script>
3434
<script src="build/mojs-player.js"></script>
3535

3636
<script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"hammerjs": "^2.0.6"
3535
},
3636
"devDependencies": {
37+
"@mojs/core": "^0.288.1",
3738
"autoprefixer": "^6.3.5",
3839
"babel-core": "^6.7.6",
3940
"babel-loader": "^6.2.4",
@@ -55,7 +56,6 @@
5556
"gulp-shell": "^0.5.2",
5657
"gulp-uglify": "^1.5.3",
5758
"json-loader": "^0.5.4",
58-
"mo-js": "^0.288.1",
5959
"postcss-cssnext": "^2.5.1",
6060
"postcss-loader": "^0.8.2",
6161
"postcss-modules": "^0.4.1",

0 commit comments

Comments
 (0)