You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ended up including all sorts of stuff in our published packages. Let's take
the opposite approach and include useful stuff rather than exclude unuseful
stuff.
Copy file name to clipboardExpand all lines: package.json
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,19 @@
8
8
"url": "https://github.com/vector-im/vector-web"
9
9
},
10
10
"license": "Apache-2.0",
11
+
"files": [
12
+
"AUTHORS.rst",
13
+
"CONTRIBUTING.rst",
14
+
"deploy",
15
+
"docs",
16
+
"karma.conf.js",
17
+
"lib",
18
+
"release.sh",
19
+
"scripts",
20
+
"src",
21
+
"test",
22
+
"webpack.config.js"
23
+
],
11
24
"style": "bundle.css",
12
25
"matrix-react-parent": "matrix-react-sdk",
13
26
"scripts": {
@@ -29,7 +42,7 @@
29
42
"start": "node scripts/babelcheck.js && parallelshell \"npm run start:emojione\"\"npm run start:js\"\"npm run start:skins:css\"\"http-server -c 1 vector\"",
30
43
"start:prod": "parallelshell \"npm run start:emojione\"\"npm run start:js:prod\"\"npm run start:skins:css\"\"http-server -c 1 vector\"",
0 commit comments