only include the lib folder in the package

currently, over a megabyte is wasted on including the `test` folder
This commit is contained in:
Sindre Sorhus 2015-10-30 13:04:00 +07:00
parent 3a7d258c5c
commit b8c5032830

View File

@ -7,6 +7,9 @@
"license": "MIT",
"repository": "babel/babel",
"main": "lib/index.js",
"files": [
"lib"
],
"dependencies": {
"babel-messages": "^6.0.12",
"babel-runtime": "^6.0.12",
@ -21,4 +24,4 @@
"devDependencies": {
"babel-helper-fixtures": "^6.0.2"
}
}
}