Skip to content

Commit

Permalink
Updating build tools, adding constants.js, updating utils.js, setting…
Browse files Browse the repository at this point in the history
… 'this.key' if not on the record
  • Loading branch information
avoidwork committed Jun 12, 2024
1 parent 21ccad7 commit 646e655
Show file tree
Hide file tree
Showing 23 changed files with 2,231 additions and 1,180 deletions.
173 changes: 0 additions & 173 deletions .eslintrc

This file was deleted.

33 changes: 4 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

/node_modules/
/test/webpack/
.idea
yarn.lock
.nyc_output
*.tgz
15 changes: 7 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/.idea/
/node_modules/
/src/
/test/
.idea
.husky
.nyc_output
benchmark
src
test
.eslintrc
.gitignore
.travis.yml
benchmark.js
rollup.config.js
data.json
rollup.config.js
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

5 changes: 2 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021, Jason Mulligan
Copyright (c) 2024, Jason Mulligan
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -24,5 +24,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 646e655

Please sign in to comment.