diff --git a/.npmignore b/.npmignore index 775e9f7e..2e173e8e 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,6 @@ test/ .eslintrc.js .travis.yml Dockerfile -.dockerignore \ No newline at end of file +.dockerignore +.nyc_output/ +coverage/ \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 247f9281..5331588d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ node_js: os: - linux - osx - - windows install: - npm install diff --git a/package.json b/package.json index deaa576e..3d8286e5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "vsc-leetcode-cli", "version": "2.6.20", "description": "A cli tool to enjoy leetcode!", - "preferGlobal": "true", "engines": { "node": ">=4" }, @@ -46,9 +45,9 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/jdneo/leetcode-cli/issues" + "url": "https://github.com/leetcode-tools/leetcode-cli/issues" }, - "homepage": "https://github.com/jdneo/leetcode-cli#readme", + "homepage": "https://github.com/leetcode-tools/leetcode-cli#readme", "dependencies": { "ansi-styles": "3.2.1", "cheerio": "0.20.0",