Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
resolved #78
Browse files Browse the repository at this point in the history
ready for release 1.2.3
  • Loading branch information
shahabganji committed Apr 9, 2019
1 parent 8338803 commit cf1638e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Expand Up @@ -2,11 +2,14 @@ jspm_packages
bower_components
node_modules

.github
.idea
.vscode
.DS_STORE
._.DS_Store

**/*.yml

**/*.tgz

npm-debug.log
Expand All @@ -15,7 +18,11 @@ npm-debug.log
coverage

sample/
test/

desktop.ini

logo*.png

package-lock.json
yarn.lock
6 changes: 3 additions & 3 deletions README.md
@@ -1,17 +1,17 @@
# aurelia-toolbelt ( v1.2.2 )
# aurelia-toolbelt ( v1.2.3 )

* You can find documentation and demo [here](https://aurelia-toolbelt.github.io/)

* We tried not to invent the wheel, but to utilise the existing libraries out there in js world, for [Aurelia](http://aurelia.io). What ever we used or inspired from will definitely have a reference to the original repository or website.
* [Bootstrap](http://getbootstrap.com/docs/4.0/getting-started/introduction/) **v 4.0.0** components,are almost ready for production, however we are always reviewing them and there is an npm package [here](https://www.npmjs.com/package/aurelia-toolbelt).
* [Bootstrap](http://getbootstrap.com/docs/4.0/getting-started/introduction/) __v 4.*__ components,are ready for production, however we are always reviewing them and there is an [npm package](https://www.npmjs.com/package/aurelia-toolbelt) available.

## A bunch of tools for creating rich aurelia applications. :wink:

[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://opensource.org/licenses/MIT)
[![Build status](https://ci.appveyor.com/api/projects/status/01bgrcnljgephg80?svg=true)](https://ci.appveyor.com/project/shahabganji/aurelia-toolbelt)
[![npm version](https://badge.fury.io/js/aurelia-toolbelt.svg)](https://badge.fury.io/js/aurelia-toolbelt)

* It is worthy to note that this plugin is written with the skeleton provided [here](https://github.com/vegarringdal/skeleton-plugin-typescript), which is highly recommended, thanks to [Vegar Ringdal](https://github.com/vegarringdal).
* It is worthy to note that this plugin is written with the skeleton provided by [Vegar Ringdal](https://github.com/vegarringdal). Many thanks to him :smile:

### How to use the plugin

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-toolbelt",
"version": "1.2.2",
"version": "1.2.3",
"description": "A bunch of components, value converters, services and so, to have rich client applications.",
"keywords": [
"aurelia-toolbelt",
Expand Down

0 comments on commit cf1638e

Please sign in to comment.