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

Commit

Permalink
chore(release): 0.0.2-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerntannern committed Oct 31, 2018
1 parent b595145 commit 8c1bb56
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,6 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.0.2-alpha.2"></a>
## [0.0.2-alpha.2](https://github.com/tannerntannern/table-talk/compare/v0.0.2-alpha.1...v0.0.2-alpha.2) (2018-10-31)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "table-talk",
"version": "0.0.2-alpha.1",
"version": "0.0.2-alpha.2",
"description": "A simple HTTP and socket server library that facilitates clear and error-free API design.",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -25,9 +25,16 @@
}
},
"nyc": {
"extension": [".ts"],
"include": ["./src/**/*.ts"],
"reporter": ["html", "lcov"],
"extension": [
".ts"
],
"include": [
"./src/**/*.ts"
],
"reporter": [
"html",
"lcov"
],
"all": true
},
"dependencies": {
Expand Down

0 comments on commit 8c1bb56

Please sign in to comment.