Skip to content

Commit 75c558e

Browse files
cody-greenesimeg
authored andcommitted
whitelist npm package files (arqex#170)
* whitelist npm package files
1 parent 2f25b6f commit 75c558e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"url": "https://github.com/arqex/react-datetime"
99
},
1010
"main": "./DateTime.js",
11+
"files": [
12+
"./DateTime.js",
13+
"./react-datetime.d.ts",
14+
"./src",
15+
"./css",
16+
"./dist"
17+
],
1118
"types": "./react-datetime.d.ts",
1219
"scripts": {
1320
"build:win": "./node_modules/.bin/gulp.cmd",

0 commit comments

Comments
 (0)