Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

Commit e574a0a

Browse files
author
Matt Miller
committed
remove greenkeeper
1 parent cd77258 commit e574a0a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
npm install npm@latest --no-save &&
1616
sudo rm -rf /usr/local/lib/node_modules/npm &&
1717
sudo mv node_modules/npm /usr/local/lib/node_modules/npm
18-
- run:
19-
name: Install greenkeeper-lockfile
20-
command: sudo npm install -g greenkeeper-lockfile@1
2118
- restore_cache:
2219
key: dependency-cache-{{ checksum "package.json" }}
2320
- run:
@@ -33,12 +30,6 @@ jobs:
3330
- run:
3431
name: Test
3532
command: npm test
36-
- run:
37-
name: Update lockfile
38-
command: greenkeeper-lockfile-update
39-
- run:
40-
name: Upload lockfile
41-
command: greenkeeper-lockfile-upload
4233
- deploy:
4334
name: Publish
4435
command: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# html-webpack-externals-plugin [![CircleCI](https://circleci.com/gh/mmiller42/html-webpack-externals-plugin.svg?style=svg)](https://circleci.com/gh/mmiller42/html-webpack-externals-plugin) [![Greenkeeper badge](https://badges.greenkeeper.io/mmiller42/html-webpack-externals-plugin.svg)](https://greenkeeper.io/)
1+
# html-webpack-externals-plugin [![CircleCI](https://circleci.com/gh/mmiller42/html-webpack-externals-plugin.svg?style=svg)](https://circleci.com/gh/mmiller42/html-webpack-externals-plugin)
22

33
Webpack plugin that works alongside [`html-webpack-plugin`](https://github.com/jantimon/html-webpack-plugin) to use pre-packaged vendor bundles.
44

0 commit comments

Comments
 (0)