Skip to content

Commit

Permalink
Add to NPM (#16)
Browse files Browse the repository at this point in the history
* Change NPM name ready for publishing

* Update version due to NPM publish
  • Loading branch information
Thomas Erbe authored Feb 11, 2018
1 parent 5bc0668 commit 36e31e9
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 22 deletions.
2 changes: 1 addition & 1 deletion dist/accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion dist/bulma.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion dist/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion dist/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion dist/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion dist/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion dist/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion dist/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion dist/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a class="navbar-item" href="{{ site.url }}">
Overview
&nbsp;
<span class="tag is-primary">0.3.0</span>
<span class="tag is-primary">0.3.1</span>
</a>

<div class="navbar-item has-dropdown is-hoverable">
Expand Down
16 changes: 16 additions & 0 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ <h2 class="subtitle">BulmaJS is an unofficial Javascript extension for the Bulma

<section class="section">
<div class="container">
<h3 class="title">Install via NPM</h3>
<h4 class="subtitle">This is the recommended method.</h4>
<figure class="highlight">
<pre>
<code>npm install @vizuaalog/bulmajs</code>
</pre>
</figure>

<h3 class="title">Install manually</h3>
<h4 class="subtitle">Alternativly, you can download manually via Git.</h4>
<figure class="highlight">
<pre>
<code>git clone https://github.com/VizuaaLOG/BulmaJS.git</code>
</pre>
</figure>

<h3 class="title">Using ES6 versions</h3>
<h4 class="subtitle">This requires a build process to be in-place to transpile the ES6 code to ES5.</h4>

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bulmajs/accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bulmajs/bulma.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bulmajs/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bulmajs/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bulmajs/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bulmajs/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bulmajs/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bulmajs/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bulmajs/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulmajs",
"version": "0.3.0",
"name": "@vizuaalog/bulmajs",
"version": "0.3.1",
"description": "Unofficial javascript extension to the awesome Bulma CSS framework.",
"main": "src/bulma.js",
"author": "Thomas Erbe <vizuaalog@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.3.0',
VERSION: '0.3.1',

/**
* Helper method to create a new plugin.
Expand Down

0 comments on commit 36e31e9

Please sign in to comment.