diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 022fd90..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: node_js - -notifications: - email: - on_success: never - on_failure: change - -node_js: - - 0.10 diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 4275fbf..cc89bac 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -25,7 +25,7 @@ module.exports = (grunt) -> shell: test: - command: 'node --harmony_collections node_modules/.bin/jasmine-focused --coffee --captureExceptions --forceexit spec' + command: 'jasmine-focused --captureExceptions --coffee spec/' options: stdout: true stderr: true diff --git a/package.json b/package.json index 71f655c..e21d6d8 100644 --- a/package.json +++ b/package.json @@ -9,17 +9,12 @@ }, "repository": { "type": "git", - "url": "https://github.com/atom/selector-kit.git" + "url": "https://github.com/pulsar-edit/selector-kit.git" }, "bugs": { - "url": "https://github.com/atom/selector-kit/issues" + "url": "https://github.com/pulsar-edit/selector-kit/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "http://github.com/atom/selector-kit/raw/master/LICENSE.md" - } - ], + "licenses": "MIT", "dependencies": { "atom-slick": "^2" },