We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4362460 commit 4ac4b18Copy full SHA for 4ac4b18
.npmignore
@@ -0,0 +1,15 @@
1
+__mocks__
2
+babel.config.js
3
+codecov.yml
4
+commitlint.config.js
5
+coverage
6
+example
7
+jest.config.js
8
+Makefile
9
+public
10
+renovate.json
11
+src/**/*.test.js
12
+src/**/*.test.jsx
13
+src/**/tests
14
+src/**/setupTest.js
15
+webpack.dev.config.js
package.json
@@ -28,14 +28,6 @@
28
"type": "git",
29
"url": "git+https://github.com/davidjoy/frontend-platform.git"
30
},
31
- "files": [
32
- "/src",
33
- "/analytics.js",
34
- "/auth.js",
35
- "/i18n.js",
36
- "/logging.js",
37
- "/basejs"
38
- ],
39
"author": "edX",
40
"license": "AGPL-3.0",
41
"bugs": {
0 commit comments