Skip to content

Commit

Permalink
Merge pull request #5 from hckrnews/feature/use-logic-gates
Browse files Browse the repository at this point in the history
Use the logic gates package
  • Loading branch information
w3nl committed Jun 30, 2020
2 parents f558723 + ed63f78 commit 2b74ef5
Show file tree
Hide file tree
Showing 17 changed files with 931 additions and 616 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Truth Table package

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url]

Generate a truth table very easy.

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url]

## Installation

`npm install @hckrnews/truth-table`
Expand Down Expand Up @@ -77,6 +77,8 @@ All options:
* NorTruthTable
* XoTruthTable
* XnoTruthTable
* XandTruthTable
* XnandTruthTable

[npm-url]: https://www.npmjs.com/package/@hckrnews/truth-table
[npm-image]: https://img.shields.io/npm/v/@hckrnews/truth-table.svg
Expand Down
2 changes: 1 addition & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'^.+\\.cjs?$': 'babel-jest',
},

transformIgnorePatterns: ['/node_modules/'],
transformIgnorePatterns: [],

moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
Expand Down

0 comments on commit 2b74ef5

Please sign in to comment.