Include only specified files in the NPM package

This commit is contained in:
Steve Gravrock
2021-06-13 09:45:27 -07:00
parent 0aee81cfb9
commit 6e097528f5
4 changed files with 60 additions and 30 deletions

View File

@@ -25,6 +25,13 @@
"description": "Official packaging of Jasmine's core files for use by Node.js projects.",
"homepage": "https://jasmine.github.io",
"main": "./lib/jasmine-core.js",
"files": [
"MIT.LICENSE",
"README.md",
"images/*.{png,svg}",
"lib/**/*.{js,css}",
"package.json"
],
"devDependencies": {
"ejs": "^2.5.5",
"eslint": "^6.8.0",