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

Commit

Permalink
remove greenkeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Miller committed May 4, 2018
1 parent cd77258 commit e574a0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
npm install npm@latest --no-save &&
sudo rm -rf /usr/local/lib/node_modules/npm &&
sudo mv node_modules/npm /usr/local/lib/node_modules/npm
- run:
name: Install greenkeeper-lockfile
command: sudo npm install -g greenkeeper-lockfile@1
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand All @@ -33,12 +30,6 @@ jobs:
- run:
name: Test
command: npm test
- run:
name: Update lockfile
command: greenkeeper-lockfile-update
- run:
name: Upload lockfile
command: greenkeeper-lockfile-upload
- deploy:
name: Publish
command: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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/)
# 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)

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

Expand Down

0 comments on commit e574a0a

Please sign in to comment.