Skip to content

Commit 570e48a

Browse files
authored
use files section in package.json (googleapis#147)
1 parent 08684cf commit 570e48a

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.npmignore

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

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
"typedoc": "^0.5.10",
5353
"typescript": "^2.3.4"
5454
},
55+
"files": [
56+
"LICENSE",
57+
"README.md",
58+
"lib/**/*.js",
59+
"package.json",
60+
"types/lib"
61+
],
5562
"scripts": {
5663
"check-format": "gulp test.check-format",
5764
"format": "gulp format",

0 commit comments

Comments
 (0)