Skip to content

Commit

Permalink
Prep for move to dagrejs org + remove Safari test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Dec 26, 2017
1 parent 441711d commit 84c3dfa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion karma.amd.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = function(config) {

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

plugins: [
"karma-*"
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = function(config) {

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


// Continuous Integration mode
Expand Down
2 changes: 1 addition & 1 deletion karma.core.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = function(config) {

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


// Continuous Integration mode
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/cpettitt/graphlib.git"
"url": "https://github.com/dagrejs/graphlib.git"
},
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion src/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo Attemping to publish version: $VERSION

# Publish to pages
rm -rf $PAGES_DIR
git clone [email protected]:cpettitt/cpettitt.github.com.git $PAGES_DIR
git clone [email protected]:dagrejs/dagrejs.github.io.git $PAGES_DIR

TMP_TARGET=$PAGES_DIR/project/$PROJECT/latest
rm -rf $TMP_TARGET
Expand Down

0 comments on commit 84c3dfa

Please sign in to comment.