Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Add file list to package.json #739

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
"lint": "eslint .",
"test": "git clean -Xfd test/fixtures && jest --maxWorkers 1"
},
"files": [
"bin/",
"build/",
"commands/",
"entries/",
"lib/",
"plugins/",
"get-compilation-metadata.js",
"README.md",
"LICENSE"
],
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
Expand Down