Skip to content

Commit

Permalink
Remove and ignore ./dist folder (#125)
Browse files Browse the repository at this point in the history
* Remove and ignore dist folder

* Require source file instead of dist file
  • Loading branch information
jgarber623 authored Oct 14, 2023
1 parent dea8917 commit b84eb4c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 80 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
/dist/
/node_modules/
35 changes: 0 additions & 35 deletions dist/cashcash.js

This file was deleted.

12 changes: 0 additions & 12 deletions dist/cashcash.min.js

This file was deleted.

31 changes: 0 additions & 31 deletions dist/cashcash.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion spec/spec.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CashCash from '../dist/cashcash.mjs';
import CashCash from '../src/cashcash.mjs';

describe('CashCash', () => {
const invalidArguments = [undefined, null, function() {}, {}, '', ' '];
Expand Down

0 comments on commit b84eb4c

Please sign in to comment.