Skip to content

Commit 39e3e57

Browse files
Drop old mojs.io domain from the projet
1 parent cf1f300 commit 39e3e57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mojs-player",
33
"version": "1.0.0",
4-
"description": "Player controls for [mojs](mojs.io). Intended to help you to craft `mojs` animation sequences.",
4+
"description": "Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.",
55
"main": "build/mojs-player.min.js",
66
"authors": [
77
"Oleg Solomka"

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ gulp.task('get-current-version', function(e){
7979
.pipe(plumber())
8080
.pipe(jeditor(function (json) {
8181
currentVersion = json.version;
82-
credits = '/*! \n\t:: MojsPlayer :: Player controls for [mojs](mojs.io). Intended to help you to craft `mojs` animation sequences.\n\tOleg Solomka @LegoMushroom 2016 MIT\n\t' + currentVersion + ' \n*/\n\n'
82+
credits = '/*! \n\t:: MojsPlayer :: Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.\n\tOleg Solomka @LegoMushroom 2016 MIT\n\t' + currentVersion + ' \n*/\n\n'
8383
return json;
8484
}))
8585
});

lib/mojs-player.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*!
2-
:: MojsPlayer :: Player controls for [mojs](mojs.io). Intended to help you to craft `mojs` animation sequences.
1+
/*!
2+
:: MojsPlayer :: Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.
33
Oleg Solomka @LegoMushroom 2016 MIT
44
0.43.11
55
*/

0 commit comments

Comments
 (0)