Skip to content

Commit

Permalink
feat: remove most dependencies to prevent security issues
Browse files Browse the repository at this point in the history
BREAKING CHANGE: We no longer use npm-merge-driver under the hood.
Instead we use scripts that do the same thing.
  • Loading branch information
brandonocasey committed Oct 21, 2020
1 parent 84ab239 commit ce8eccf
Show file tree
Hide file tree
Showing 10 changed files with 3,841 additions and 3,909 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/BrandonOCasey/npm-merge-driver-install.svg?branch=master)](https://travis-ci.org/BrandonOCasey/npm-merge-driver-install)
[![Greenkeeper badge](https://badges.greenkeeper.io/BrandonOCasey/npm-merge-driver-install.svg)](https://greenkeeper.io/)

A package to automatically install [npm-merge-driver](https://www.npmjs.com/package/npm-merge-driver) when possible.
A package to automatically merge package-lock.json conflicts. Heavily based on [npm-merge-driver](https://www.npmjs.com/package/npm-merge-driver) with automated setup at package install time and a single small dependency for ci checking.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down Expand Up @@ -32,7 +32,7 @@ It will install when the package is installed if:
3. The [`NPM_MERGE_DRIVER_SKIP_INSTALL`](###NPM_MERGE_DRIVER_SKIP_INSTALL) option is not in use.

## Cli usage
It can also be installed by running the provided binary (`npm-merge-driver-install`) although the rules abov about when it will install still apply.
It can also be installed by running the provided binary (`npm-merge-driver-install`) although the rules above about when it will install still apply.

## Options
Options are passed through as command line environment variables
Expand Down
41 changes: 0 additions & 41 deletions index.js

This file was deleted.

Loading

0 comments on commit ce8eccf

Please sign in to comment.