Skip to content

Commit

Permalink
Reduced package install size / added install size badge / updated ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
rodrigogs committed Nov 24, 2018
1 parent b0c16ae commit b9f22ed
Show file tree
Hide file tree
Showing 8 changed files with 1,399 additions and 1,377 deletions.
18 changes: 18 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.idea
node_modules
examples
src
test
*.iml
.codeclimate.yml
.editorconfig
.esformatter
.gitignore
.jshintrc
.travis.yml
gulpfile.js
jsdoc-config.json
karma.conf.js
package.json
package-lock.json
README.md
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[![npm version](https://badge.fury.io/js/kairos.svg)](https://badge.fury.io/js/kairos)
[![Bower version](https://badge.fury.io/bo/kairos.svg)](https://badge.fury.io/bo/kairos)
[![Inline docs](http://inch-ci.org/github/rodrigogs/kairos.svg?branch=master)](http://inch-ci.org/github/rodrigogs/kairos)
[![install size](https://packagephobia.now.sh/badge?p=kairos)](https://packagephobia.now.sh/result?p=kairos)

*Kairós(καιρός) is a greek word that means "the right moment". Also, in the greek mithology Kairós is the son of the personification of time itself, Chronos.*

Expand Down
2 changes: 1 addition & 1 deletion build/kairos-debug.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Kairos.js - A non date-based time calculator
* @author Rodrigo Gomes da Silva <[email protected]>
* @version v2.1.1
* @version v2.1.2
* @link https://github.com/kairos
* @license BSD-2-Clause
*/
Expand Down
2 changes: 1 addition & 1 deletion build/kairos-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/kairos-node.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Kairos.js - A non date-based time calculator
* @author Rodrigo Gomes da Silva <[email protected]>
* @version v2.1.1
* @version v2.1.2
* @link https://github.com/kairos
* @license BSD-2-Clause
*/
Expand Down
2 changes: 1 addition & 1 deletion build/kairos.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Kairos.js - A non date-based time calculator
* @author Rodrigo Gomes da Silva <[email protected]>
* @version v2.1.1
* @version v2.1.2
* @link https://github.com/kairos
* @license BSD-2-Clause
*/
Expand Down
Loading

0 comments on commit b9f22ed

Please sign in to comment.