diff --git a/package.json b/package.json index 5a574f7..9bdd4ba 100644 --- a/package.json +++ b/package.json @@ -73,5 +73,9 @@ "/node_modules/" ], "testURL": "http://localhost:8080" + }, + "engines": { + "node": ">=8", + "npm": ">=5" } } diff --git a/readme.md b/readme.md index bdfc4e0..fc80f2b 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,8 @@ Iceberg is built with React + Babel + Webpack + SASS. It's a solution for start [![Codacy Badge](https://api.codacy.com/project/badge/Grade/1447c0dff5fd49fe93e9c2141ded90e1)](https://www.codacy.com/app/pykevin/Iceberg?utm_source=github.com&utm_medium=referral&utm_content=KevinPy/Iceberg&utm_campaign=Badge_Grade) [![Build Status](https://travis-ci.org/KevinPy/Iceberg.svg?branch=master)](https://travis-ci.org/KevinPy/Iceberg) *** +Now with CLI: https://github.com/KevinPy/Iceberg-CLI +*** **Author**: *Kevin Py*
**Website**: *** diff --git a/src/index.html b/src/index.html index 5824044..f232d21 100644 --- a/src/index.html +++ b/src/index.html @@ -1,49 +1,48 @@ - - - Title - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- + + + + + Title + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ \ No newline at end of file