Skip to content

Commit 84c3dfa

Browse files
committed
Prep for move to dagrejs org + remove Safari test dependency
1 parent 441711d commit 84c3dfa

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

karma.amd.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = function(config) {
5858

5959
// start these browsers
6060
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
61-
browsers: ['Chrome', 'Firefox', 'PhantomJS', 'Safari'],
61+
browsers: ['Chrome', 'Firefox', 'PhantomJS'],
6262

6363
plugins: [
6464
"karma-*"

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = function(config) {
5858

5959
// start these browsers
6060
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
61-
browsers: ['Chrome', 'Firefox', 'PhantomJS', 'Safari'],
61+
browsers: ['Chrome', 'Firefox', 'PhantomJS'],
6262

6363

6464
// Continuous Integration mode

karma.core.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = function(config) {
5959

6060
// start these browsers
6161
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
62-
browsers: ['Chrome', 'Firefox', 'PhantomJS', 'Safari'],
62+
browsers: ['Chrome', 'Firefox', 'PhantomJS'],
6363

6464

6565
// Continuous Integration mode

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/cpettitt/graphlib.git"
39+
"url": "https://github.com/dagrejs/graphlib.git"
4040
},
4141
"license": "MIT"
42-
}
42+
}

src/release/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo Attemping to publish version: $VERSION
2828

2929
# Publish to pages
3030
rm -rf $PAGES_DIR
31-
git clone git@github.com:cpettitt/cpettitt.github.com.git $PAGES_DIR
31+
git clone git@github.com:dagrejs/dagrejs.github.io.git $PAGES_DIR
3232

3333
TMP_TARGET=$PAGES_DIR/project/$PROJECT/latest
3434
rm -rf $TMP_TARGET

0 commit comments

Comments
 (0)