only publish necessary files

This commit is contained in:
Timo Hocker 2020-05-03 17:02:29 +02:00
parent 306f7d268a
commit ebcabcace8
2 changed files with 11 additions and 1 deletions

3
console.js Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = { clear_output: '\x1BC' };

View File

@ -15,5 +15,12 @@
},
"engines": {
"node": ">=10.0.0"
}
},
"files": [
"LICENSE",
"index.d.ts",
"index.js",
"http_status_codes.js",
"console.js"
]
}