From 16bf961cbe2d55103e2c2d079d93d8bb2972c85d Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Sat, 9 Mar 2019 18:11:03 +0000 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 6 ++++++ DEPENDENCIES.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md create mode 100644 DEPENDENCIES.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..523fecd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 0.1.0 (2019-03-09) + +### Features + +- **core:** assert if date is mon-fri 9am-5pm + ([e61a25d](https://github.com/JamieMason/is-office-hours/commit/e61a25d)) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md new file mode 100644 index 0000000..8d94899 --- /dev/null +++ b/DEPENDENCIES.md @@ -0,0 +1,46 @@ +# is-office-hours + +Determine whether a given date is within office hours + +## Installation + +This is a [Node.js](https://nodejs.org/) module available through the +[npm registry](https://www.npmjs.com/). It can be installed using the +[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) +or [`yarn`](https://yarnpkg.com/en/) command line tools. + +```sh +npm install is-office-hours --save +``` + +## Tests + +```sh +npm install +npm test +``` + +## Dependencies + +None + +## Dev Dependencies + +- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest +- [expect-more-jest](https://ghub.io/expect-more-jest): Write Beautiful Specs + with Custom Matchers +- [jest](https://ghub.io/jest): Delightful JavaScript Testing. +- [prettier](https://ghub.io/prettier): Prettier is an opinionated code + formatter +- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like + `rm -rf`) +- [ts-jest](https://ghub.io/ts-jest): A preprocessor with source maps support to + help use TypeScript with Jest +- [tslint](https://ghub.io/tslint): An extensible static analysis linter for the + TypeScript language +- [typescript](https://ghub.io/typescript): TypeScript is a language for + application scale JavaScript development + +## License + +MIT diff --git a/package.json b/package.json index 0e7df88..ff5db66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "is-office-hours", "description": "Determine whether a given date is within office hours", - "version": "0.0.0", + "version": "0.1.0", "author": "Jamie Mason (https://github.com/JamieMason)", "bugs": "https://github.com/JamieMason/is-office-hours/issues", "contributors": [