Comparing version 0.0.1 to 0.0.2
@@ -12,2 +12,6 @@ "use strict"; | ||
pibrary.digitAt = function () { | ||
return 3; | ||
}; | ||
exports.default = pibrary; |
{ | ||
"name": "pibrary", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "everything pi", | ||
@@ -5,0 +5,0 @@ "main": "lib/pibrary.js", |
# pibrary | ||
JS library for all things π | ||
This will be awesome by the time pi day rolls around! | ||
## Build Status | ||
[ ![Codeship Status for jhuleatt/pibrary](https://codeship.com/projects/9b250800-ba37-0133-31da-665d9895e075/status?branch=master)](https://codeship.com/projects/135641) |
@@ -7,2 +7,6 @@ const pibrary = {}; | ||
pibrary.digitAt = function () { | ||
return 3; | ||
}; | ||
export default pibrary; |
3774
42
9