Skip to content

Commit 018738b

Browse files
committed
List files to be published to NPM in package.json
1 parent e37e20f commit 018738b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
"build:server": "babel src/server/index.js -o index.js",
1212
"test": "echo \"Error: no test specified\" && exit 1"
1313
},
14+
"files": [
15+
"dist",
16+
"index.js",
17+
"providers.js",
18+
"adapters.js",
19+
"client.js"
20+
],
1421
"license": "ISC",
1522
"dependencies": {
1623
"oauth": "^0.9.15",

0 commit comments

Comments
 (0)