fix: updated remaining files
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
{ src: [ root("MIT.LICENSE") ] },
|
{ src: [ root("LICENSE") ] },
|
||||||
{
|
{
|
||||||
src: [ "jasmine_favicon.png"],
|
src: [ "jasmine_favicon.png"],
|
||||||
dest: standaloneLibDir,
|
dest: standaloneLibDir,
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
"homepage": "https://jasmine.github.io",
|
"homepage": "https://jasmine.github.io",
|
||||||
"main": "./lib/jasmine-core.js",
|
"main": "./lib/jasmine-core.js",
|
||||||
"files": [
|
"files": [
|
||||||
"MIT.LICENSE",
|
"LICENSE",
|
||||||
"README.md",
|
"README.md",
|
||||||
"images/*.{png,svg}",
|
"images/*.{png,svg}",
|
||||||
"lib/**/*.{js,css}",
|
"lib/**/*.{js,css}",
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ describe('npm package', function() {
|
|||||||
const files = fs.readdirSync(path.resolve(this.tmpDir, 'package'));
|
const files = fs.readdirSync(path.resolve(this.tmpDir, 'package'));
|
||||||
files.sort();
|
files.sort();
|
||||||
expect(files).toEqual([
|
expect(files).toEqual([
|
||||||
'MIT.LICENSE',
|
'LICENSE',
|
||||||
'README.md',
|
'README.md',
|
||||||
'images',
|
'images',
|
||||||
'lib',
|
'lib',
|
||||||
|
|||||||
Reference in New Issue
Block a user