Skip to content

Commit

Permalink
docs: update docs with package 'cost-of-modules'
Browse files Browse the repository at this point in the history
  • Loading branch information
atao60 committed Nov 13, 2020
1 parent 11e2958 commit df2df3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ build/Release

# Dependency directories
node_modules/
node_modules_bak/
jspm_packages/

# TypeScript v1 declaration files
Expand Down
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ npm install

# npm audit

# npx depcheck
# npx depcheck ### good to detect missing dependencies,
# but many false errors about unused dependencies such as e.g. runtime ones (tslib, @babel/runtime)

# npx rimraf node_modules_bak && npx cost-of-modules

```

Expand Down

0 comments on commit df2df3d

Please sign in to comment.