Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
uellenberg committed May 4, 2021
1 parent bc7c2f1 commit 6651db9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decimalsystem",
"version": "1.0.5",
"version": "1.0.6",
"description": "An experimental library for converting numbers to non-integer (decimal) bases.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const {Num} = require("../dist/index");
const {expect} = require("chai");

console.log(new Num(4.718281828459045).toBase(Math.E).toString())

describe("Num", () => {
describe("Constructor", () => {
context("with number test", () => {
Expand Down

0 comments on commit 6651db9

Please sign in to comment.