Skip to content

Commit

Permalink
Merge pull request #35 from Davidhanson90/main
Browse files Browse the repository at this point in the history
Add more files to ignore list when packaging.
  • Loading branch information
Davidhanson90 authored Feb 26, 2021
2 parents c28d2cb + c59d793 commit 3da4d1c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@ dist/spec/
.vscode/

karma.conf.js
train-build.js
train.yaml
karma.base.conf.js
prettier.config.js
.eslintrc.js
.travis.yml
codecov.yml
CONTRIBUTING.md
tsconfig.json
typedoc.json

*.tgz

# ignore main

main/**/*
spec/**/*
.github/**/*
.dco/**/*

# except for ts files (required for source maps)

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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.5",
"version": "0.3.6",
"description": "A small & lightweight dependency injection container for use in multiple contexts like Angular, React & node.",
"name": "@morgan-stanley/needle",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3da4d1c

Please sign in to comment.