Skip to content

Commit 4726a2f

Browse files
committed
housekeeping
1 parent 66ed55b commit 4726a2f

File tree

8 files changed

+6
-11
lines changed

8 files changed

+6
-11
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS Encryption SDK for Javascript
2-
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

modules/kms-keyring-browser/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

modules/kms-keyring-browser/.npmignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

modules/kms-keyring-browser/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS Encryption SDK for Javascript
2-
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

modules/kms-keyring-browser/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"main": "./build/main/index.js",
4343
"module": "./build/module/index.js",
4444
"types": "./build/main/index.d.ts",
45+
"files": ["./build/**/*"],
4546
"standard": {
4647
"parser": "@typescript-eslint/parser",
4748
"plugins": [

modules/kms-keyring-browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
55
* this file except in compliance with the License. A copy of the License is

modules/kms-keyring-browser/src/kms_keyring_browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
55
* this file except in compliance with the License. A copy of the License is

modules/kms-keyring-browser/test/kms_keyring_browser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
55
* this file except in compliance with the License. A copy of the License is

0 commit comments

Comments
 (0)