Skip to content

Commit

Permalink
Remove dist folder from npm ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro404 committed Mar 21, 2020
1 parent 0bb966c commit db3b281
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmignore
@@ -1,6 +1,5 @@
node_modules
bower_components
dist
test
coverage
.nyc_output
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "extended-math",
"version": "1.0.6",
"version": "1.0.7",
"description": "A collection mathemtatical helper functions and constant values.",
"main": "src/extended-math.js",
"scripts": {
Expand Down

0 comments on commit db3b281

Please sign in to comment.