Skip to content

Commit e79d875

Browse files
committed
extends on config | licence
1 parent 122637a commit e79d875

File tree

29 files changed

+125
-40
lines changed

29 files changed

+125
-40
lines changed

package-lock.json

Lines changed: 7 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-bundle",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": " A zero configuration bundling tool for TypeScript.",
55
"scripts": {
66
"clean": "smoke-task clean",

src/bundler/bundler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typescript-bundle
44
55
The MIT License (MIT)
66
7-
Copyright (c) 2019 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
7+
Copyright (c) 2019-2020 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

src/bundler/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typescript-bundle
44
55
The MIT License (MIT)
66
7-
Copyright (c) 2019 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
7+
Copyright (c) 2019-2020 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

src/bundler/loader/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typescript-bundle
44
55
The MIT License (MIT)
66
7-
Copyright (c) 2019 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
7+
Copyright (c) 2019-2020 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

src/bundler/loader/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typescript-bundle
44
55
The MIT License (MIT)
66
7-
Copyright (c) 2019 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
7+
Copyright (c) 2019-2020 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

src/bundler/loader/templates/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typescript-bundle
44
55
The MIT License (MIT)
66
7-
Copyright (c) 2019 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
7+
Copyright (c) 2019-2020 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

src/bundler/resources/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typescript-bundle
44
55
The MIT License (MIT)
66
7-
Copyright (c) 2019 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
7+
Copyright (c) 2019-2020 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

src/bundler/resources/resources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typescript-bundle
44
55
The MIT License (MIT)
66
7-
Copyright (c) 2019 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
7+
Copyright (c) 2019-2020 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

src/bundler/resources/templates/base64.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typescript-bundle
44
55
The MIT License (MIT)
66
7-
Copyright (c) 2019 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
7+
Copyright (c) 2019-2020 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)