diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 18b3da2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: node_js - -notifications: - email: - on_success: never - on_failure: change - -node_js: - - 8 - - 10 - - 12 - - 13 - -branches: - only: - - master diff --git a/README.md b/README.md index 84c8924..5d97f9d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Node Ls Archive Module [![Build Status](https://travis-ci.org/atom/node-ls-archive.png)](https://travis-ci.org/atom/node-ls-archive) +# Node Ls Archive Module List or read the files and folders inside archive files. diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 6959016..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: "{build}" - -image: Visual Studio 2017 -platform: - - x64 - -cache: - - node_modules - -branches: - only: - - /master|^v\d+\.\d+\.\d+$/ - -install: - - ps: Install-Product node 8 x64 - - npm install - -test_script: - - node --version - - npm --version - - npm test - -build: off diff --git a/package.json b/package.json index 49e8d60..cd149d7 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,7 @@ "name": "ls-archive", "description": "A package for listing and reading files in archive files", "version": "1.3.4", - "licenses": [ - { - "type": "MIT", - "url": "http://github.com/atom/node-ls-archive/raw/master/LICENSE.md" - } - ], + "licenses": "MIT", "keywords": [ "ls", "zip", @@ -25,12 +20,11 @@ }, "repository": { "type": "git", - "url": "https://github.com/atom/node-ls-archive.git" + "url": "https://github.com/pulsar-edit/node-ls-archive.git" }, "bugs": { - "url": "https://github.com/atom/node-ls-archive/issues" + "url": "https://github.com/pulsar-edit/node-ls-archive/issues" }, - "homepage": "http://atom.github.io/node-ls-archive", "main": "./lib/ls-archive.js", "bin": { "lsa": "./bin/lsa"