Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 18, 2017
1 parent e04571f commit ac33c8a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 16 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<a name="0.1.0"></a>
# 0.1.0 (2017-08-18)

* Add demo ([61c4419](https://github.com/kikobeats/svr/commit/61c4419))
* Add docs ([72c008d](https://github.com/kikobeats/svr/commit/72c008d))
* Add tests ([e04571f](https://github.com/kikobeats/svr/commit/e04571f))
* Better default ignore ([e2cd38a](https://github.com/kikobeats/svr/commit/e2cd38a))
* First commit ([ea34379](https://github.com/kikobeats/svr/commit/ea34379))
* Fix watch on restart ([5506407](https://github.com/kikobeats/svr/commit/5506407))
* Improve ignore files ([01a4fbd](https://github.com/kikobeats/svr/commit/01a4fbd))
* Little refactor ([11a7a83](https://github.com/kikobeats/svr/commit/11a7a83))
* Load express from external module ([4b9a55f](https://github.com/kikobeats/svr/commit/4b9a55f))
* Rename ([1373296](https://github.com/kikobeats/svr/commit/1373296))
* Update README.md ([5f87ad1](https://github.com/kikobeats/svr/commit/5f87ad1))
* Update README.md ([3806132](https://github.com/kikobeats/svr/commit/3806132))



32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
"name": "svr",
"description": "Hot Module Replacement for HTTP Server",
"homepage": "https://documentup.com/Kikobeats/svr",
"version": "0.0.0",
"version": "0.1.0",
"bin": {
"svr": "bin/cli/index.js"
},
"author": {
"name": "Kiko Beats",
"url": "https://github.com/Kikobeats"
},
"files": [
"bin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kikobeats/svr.git"
Expand All @@ -21,21 +18,21 @@
"url": "https://github.com/Kikobeats/svr/issues"
},
"keywords": [
"refresh",
"hrm",
"API",
"development",
"express",
"hot",
"hrm",
"http",
"micro",
"microservice",
"module",
"replacement",
"refresh",
"reload",
"express",
"micro",
"http",
"replacement",
"rest",
"development",
"service",
"microservice",
"serverless",
"API"
"service"
],
"dependencies": {
"acho": "~3.3.2",
Expand Down Expand Up @@ -70,6 +67,9 @@
"engines": {
"node": ">= 8"
},
"files": [
"bin"
],
"scripts": {
"clean": "rm -rf node_modules",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
Expand All @@ -85,8 +85,8 @@
"license": "MIT",
"lint-staged": {
"*.js": [
"precommit-lint",
"git add"
"git add",
"precommit-lint"
]
},
"standard": {
Expand Down

0 comments on commit ac33c8a

Please sign in to comment.