Skip to content

Commit

Permalink
fixes to npm packaging (for #706) and npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGermuska committed Jun 7, 2021
1 parent 813fed3 commit dd5d618
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 173 deletions.
8 changes: 8 additions & 0 deletions .gitignore
@@ -1,6 +1,14 @@
# WARNING
# This project includes a .npmignore file which controls
# what is published to the NPM registry. When editing
# this file, consider whether the ignored file(s) should
# also be kept out of the npm registry.
# (The answer is probably "yes").
*.pyc
node_modules/

knight-lab-timelinejs-*.tgz

# Other
.DS_Store
codekit-config.json
Expand Down
15 changes: 15 additions & 0 deletions .npmignore
@@ -0,0 +1,15 @@
*.pyc
*.py
requirements.txt

node_modules/
website
contrib
# Other
.DS_Store
codekit-config.json

build/website
build
*.log
.vscode

0 comments on commit dd5d618

Please sign in to comment.