diff --git a/.npmignore b/.npmignore deleted file mode 100644 index ab4c12fc0..000000000 --- a/.npmignore +++ /dev/null @@ -1 +0,0 @@ -commitlint.config.js diff --git a/example/src/apple.jpg b/example/src/apple.jpg index eda6b382c..33b240566 100644 Binary files a/example/src/apple.jpg and b/example/src/apple.jpg differ diff --git a/package.json b/package.json index 01cc191f0..1c5311b7d 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,12 @@ "lint": "eslint . --no-eslintrc -c .eslintrc.js", "test": "bash ./smoke-test.sh" }, + "files": [ + "/bin", + "/config", + "/lib", + "tsconfig.json" + ], "repository": { "type": "git", "url": "git+https://github.com/openedx/frontend-build.git"