Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Update dependencies to enable Greenkeeper 🌴 #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Ignition

[![Greenkeeper badge](https://badges.greenkeeper.io/Saeris/Ignition.svg)](https://greenkeeper.io/)

## What is Ignition?

Ignition is how you get your new project off the ground quickly and on it's way to the moon. Ignition is a starter kit application providing you with a simple and easy to use platform for creating modern React applications without having to fiddle about with configuration. It's ready to go with all the things you need: Apollo for talking to GraphQL API's and simple tooling with Webpack. The goal of Ignition is to keep things simple while providing you a great developer experience that you can easily scale into powerful applications.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@
"sw-precache-webpack-plugin": "^0.11.4",
"tap-nyan": "^1.1.0",
"url-loader": "^0.6.2",
"webpack": "^3.0.0",
"webpack": "^4.0.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.11.1",
"webpack-dev-server": "^3.0.0",
"webpack-hot-middleware": "^2.19.1",
"webpack-pwa-manifest": "^3.3.0"
},
Expand Down