Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Commit

Permalink
0.1.3: Finished documentation for current state
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaximilian committed May 22, 2018
1 parent c5c9c26 commit c90e6cc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

The MIT License

Copyright (c) 2010-2018 Google, Inc. http://angularjs.org

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Build Status](https://travis-ci.org/bmaximilian/bmax-utils.svg?branch=master)](https://travis-ci.org/bmaximilian/bmax-utils)
[![Coverage Status](https://coveralls.io/repos/github/bmaximilian/bmax-utils/badge.svg?branch=master)](https://coveralls.io/github/bmaximilian/bmax-utils?branch=master)
[![npm](https://img.shields.io/npm/v/bmax-utils.svg)](https://www.npmjs.com/package/bmax-utils)
[![License](https://img.shields.io/github/license/bmaximilian/bmax-utils.svg)](https://www.apache.org/licenses/LICENSE-2.0)

> A utility package with JavaScript helper functions.
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "bmax-utils",
"version": "0.1.2",
"version": "0.1.3",
"description": "A utility bundle which can help in a bunch of situations.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"doc": "typedoc — out doc src/index.ts",
"build": "tsc",
"lint": "tslint --project tsconfig.json -c tslint.json ./src/**/*.ts",
"test": "nyc mocha src/**/*.spec.ts src/**/**/*.spec.ts --recursive --require ts-node/register --require source-map-support/register",
Expand All @@ -26,7 +25,7 @@
"helper"
],
"author": "Maximilian Beck <contact@maximilianbeck.de>",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/bmaximilian/bmax-utils/issues"
},
Expand Down

0 comments on commit c90e6cc

Please sign in to comment.