Skip to content

Commit

Permalink
Bump to version: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jan 9, 2018
1 parent 98d7570 commit cb39529
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
# Release notes

<a name="current-release"></a>
# Version 1.0.2 (Tue, 09 Jan 2018 21:47:03 GMT)

* [eb2d03a](https://github.com/bootprint/bootprint/commit/eb2d03a) Removed lodash dependency (copied from #22 by @jimmywarting) - Nils Knappmeier
* [2c87723](https://github.com/bootprint/bootprint/commit/2c87723) fix: bump `trace-and-clarify-if-possible` to 1.0.3 - Nils Knappmeier

# Version 1.0.1 (Fri, 23 Dec 2016 20:35:00 GMT)

* [824bb17](https://github.com/bootprint/bootprint/commit/824bb17) Update documentation (bootprint-swagger is deprecated) - Nils Knappmeier
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
@@ -1,4 +1,4 @@
## Contributing
# Contributing

Contributions and feedback are always welcome. The expected procedure is the following:

Expand Down
16 changes: 8 additions & 8 deletions README.md
@@ -1,11 +1,9 @@
# bootprint

[![Greenkeeper badge](https://badges.greenkeeper.io/bootprint/bootprint.svg)](https://greenkeeper.io/)

[![NPM version](https://badge.fury.io/js/bootprint.svg)](http://badge.fury.io/js/bootprint)
[![NPM version](https://img.shields.io/npm/v/bootprint.svg)](https://npmjs.com/package/bootprint)
[![Travis Build Status](https://travis-ci.org/bootprint/bootprint.svg?branch=master)](https://travis-ci.org/bootprint/bootprint)
[![Coverage Status](https://img.shields.io/coveralls/bootprint/bootprint.svg)](https://coveralls.io/r/bootprint/bootprint)

[![Greenkeeper badge](https://badges.greenkeeper.io/bootprint/bootprint.svg)](https://greenkeeper.io/)

> Converts json and yaml into a static html page using Handlebars and Bootstrap
Expand Down Expand Up @@ -62,15 +60,17 @@ as a base for other modules.



## License
# License

`bootprint` is published under the MIT-license.

`bootprint` is published under the MIT-license.
See [LICENSE](LICENSE) for details.

## Release-Notes

# Release-Notes

For release notes, see [CHANGELOG.md](CHANGELOG.md)

## Contributing guidelines
# Contributing guidelines

See [CONTRIBUTING.md](CONTRIBUTING.md).
5 changes: 3 additions & 2 deletions doc/cli.md
Expand Up @@ -20,13 +20,14 @@ Usage: bootprint [options] <module> <jsonFile> <targetdir>
Converts json and yaml into a static html page using Handlebars and Bootstrap
Options:
-h, --help output usage information
-V, --version output the version number
-f, --config-file <file> Specify a config file for custom configurations
-f, --config-file <file> Specify a config file for custom configurations (default: [object Object])
-d, --development-mode Turn on file-watcher, less source maps and http-server with live-reload
-l, --long-stack Turn on long and clarified stack-traces. Requires Node 4 or newer
-h, --help output usage information
```

* The **&lt;spec>** consists of the name of a globally installed template-module optionally without the `bootprint-` prefix.
Expand Down
12 changes: 3 additions & 9 deletions doc/js.md
Expand Up @@ -49,20 +49,14 @@ and a template module installed locally.
Consider th following file-hierarchy:

<pre><code>

├── content.yaml
├── example.js
├─┬ less
├─┬ less/
│ └── main.less
├─┬ partials
├─┬ partials/
│ ├── body.html.hbs
│ └── footer.html.hbs
├─┬ target
│ ├── bundle.js
│ ├── index.html
│ ├── main.css
│ └── main.css.map
└─┬ templates
└─┬ templates/
└── index.html.hbs
</code></pre>

Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bootprint",
"version": "1.0.1",
"version": "1.0.2",
"description": "Converts json and yaml into a static html page using Handlebars and Bootstrap",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit cb39529

Please sign in to comment.