Skip to content

Commit

Permalink
Merge d3696a6 into e1e53d6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 25, 2019
2 parents e1e53d6 + d3696a6 commit 2bc0681
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 1,548 deletions.
23 changes: 23 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!-- LICENSEFILE/ -->

<h1>License</h1>

Unless stated otherwise all works are:

<ul><li>Copyright &copy; Sebastian Landwehr</li></ul>

and licensed under:

<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>

<h2>MIT License</h2>

<pre>
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 (including the next paragraph) 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.
</pre>

<!-- /LICENSEFILE -->
56 changes: 50 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,51 @@
<!--@h1([pkg.name])-->
# @dword-design/babel-config
<!--/@-->
<!-- TITLE/ -->

<!--@shields('npm', 'travis', 'coveralls', 'deps')-->
[![npm version](https://img.shields.io/npm/v/@dword-design/babel-config.svg)](https://www.npmjs.com/package/@dword-design/babel-config) [![Build Status](https://img.shields.io/travis/dword-design/babel-config/master.svg)](https://travis-ci.org/dword-design/babel-config) [![Coverage Status](https://img.shields.io/coveralls/dword-design/babel-config/master.svg)](https://coveralls.io/r/dword-design/babel-config?branch=master) [![dependency status](https://img.shields.io/david/dword-design/babel-config.svg)](https://david-dm.org/dword-design/babel-config)
<!--/@-->
<h1>@dword-design/babel-config</h1>

<!-- /TITLE -->


<!-- BADGES/ -->

<span class="badge-npmversion"><a href="https://npmjs.org/package/@dword-design/babel-config" title="View this project on NPM"><img src="https://img.shields.io/npm/v/@dword-design/babel-config.svg" alt="NPM version" /></a></span>
<span class="badge-travisci"><a href="http://travis-ci.org/dword-design/babel-config" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/dword-design/babel-config/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-coveralls"><a href="https://coveralls.io/r/dword-design/babel-config" title="View this project's coverage on Coveralls"><img src="https://img.shields.io/coveralls/dword-design/babel-config.svg" alt="Coveralls Coverage Status" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/dword-design/babel-config" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/dword-design/babel-config.svg" alt="Dependency Status" /></a></span>
<span class="badge-shields"><a href="https://img.shields.io/badge/renovate-enabled-brightgreen.svg"><img src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg" /></a></span>

<!-- /BADGES -->


<!-- DESCRIPTION/ -->

undefined

<!-- /DESCRIPTION -->


<!-- INSTALL/ -->

<h2>Install</h2>

<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>npm</h3></a>
<ul>
<li>Install: <code>npm install --save @dword-design/babel-config</code></li>
<li>Require: <code>require('@dword-design/babel-config')</code></li>
</ul>

<!-- /INSTALL -->


<!-- LICENSE/ -->

<h2>License</h2>

Unless stated otherwise all works are:

<ul><li>Copyright &copy; Sebastian Landwehr</li></ul>

and licensed under:

<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>

<!-- /LICENSE -->
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@dword-design/babel-config",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"files": [
"dist"
],
"repository": "https://github.com/dword-design/babel-config",
"repository": "dword-design/babel-config",
"author": "Sebastian Landwehr <info@dword-design.de>",
"license": "MIT",
"scripts": {
Expand All @@ -27,5 +27,12 @@
"@dword-design/base-node": "^1.0.0",
"expect": "^24.9.0",
"with-local-tmp-dir": "^2.1.0"
},
"maintainers": [],
"contributors": [
"dword-design (http://www.dword-design.de)"
],
"bugs": {
"url": "https://github.com/dword-design/babel-config/issues"
}
}
Loading

0 comments on commit 2bc0681

Please sign in to comment.